This is a discord bot that has a few minigames and fun commands. It is written in Javascript and uses the discord.js library.
/help- Get a list of all commands and their descriptions.
-
/startstory- Start a new one word story in whatever channel you are in.- After starting a story, you can add words to the story by typing them in chat.
-
/endstory- End the current one word story.
-
/minecraftidea- Get a random minecraft idea. -
/minecrafttip- Get a random minecraft recipe. -
/minecraftface- Get the face of the username you provide.
/realm- Get the code for the realms server.-
To use this command, you need to append your
.envfile with the following content:REALM=YOUR_REALM_CODE // The realm code, not including realms.gg/ REALMROLE=YOUR_REALM_ROLE // The role that can access the realm code, set to E if you want everyone to be able to access it
-
-
Clone the repository
-
Add a
.envfile in the root directory with the following content:TOKEN=YOUR_TOKEN
-
Install the dependencies
npm i
-
Run the bot
npm start