Please sign in to access this page

ChorusCapsule

ChorusCapsule

4 devlogs
8h 34m
•  Ship certified
Created by Olivia Pu

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!

Timeline

Ship 1

1 payout of shell 123.0 shells

Olivia Pu

15 days ago

Olivia Pu Covers 4 devlogs and 8h 34m

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 ✨🎉!

Update attachment

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!

Update attachment

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!

Update attachment

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.

Update attachment