A Discord bot made with discord.js
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm (default)
pnpm install
Rename the .env.example
file to .env
in the root directory and update the values:
DISCORD_CLIENT_TOKEN=your_discord_bot_token
# yarn
yarn start
# npm
npm start
# pnpm
pnpm start
The bot works with command modules that can be enabled and disabled. To manage them, consult modules menu via the command
/modules
.
- To get more details about how to use commands, do
/help <command>
. <>
means required command parameter.[]
means optional command parameter.
Note: The image generation commands require the RawGO API to be deployed.
Clone the repository and follow the instructions in the README to set it up. Once the API is running, update the field
apis.rawgo.baseUrl
in theconfig
file with the API URL.