Please sign in to access this page
ChorusCapsule is a Discord Bot that helps users store quotes in a "memory capsule" that they can access. By command, it can generate a random poem using past quotes (of a server, group chat, or dm). Check out its Readme for more information!
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Converge has ended :) My bot is now deployed using Hack Club's Nest! As you can see with the attachment, my bot's systemd service file is now active and running well. Embrace the past with ChorusCapsule ✨🎉!
So I added the commands I wanted.
Here is the full description with commands:
ChorusCapsule is a Discord Bot that helps users store quotes in a memory capsule that they can access. By command, it can generate a random poem using past quotes. With this bot, you can /create, /access (which can automatically create), and /delete portfolios. Furthermore, you can /add quotes, /count for count, /export, /peek, /pop, /random, and of course, /generate for a poem!
Embrace the past with ChorusCapsule!
I fixed the issue and debugged some stuff:)
To simplify instructions, I broke apart the /access command into /create, /access, and /delete for portfolio changes.
I am still working on the other commands such as /add, /pop, and /peek!
I installed discord.js and NODEJS, and completed other starting tasks that are associated with creating a new Discord Bot.
Afterwards, I created a main.js file and coded my overall discord app code for interactions, setting commands, etc.
Furthermore, I created a storage.js file in my utils folder that has load and save functions incorporated, which are crucial functions that my other javascript files will use.
Lastly, I decided to create an access.js file for the slash command /access, which gives different buttons that access, create, or delete a user's portfolio.
I am planning to program a /add command next for the user to add quotes.
However, I realized that the discord developer website shows a different way to load slash commands and test the bot in servers / dms / group chats, so I'll have to fix this issue before my next devlog.