A general purpose Discord bot created for the Midnight Oasis server.
- Music player to play music in any voice channel
- Dice roll and coin flip commands
- Discord timestamp generator
- Admin panel to create custom commands using an intuitive drag-and-drop interface
- Node.js v20+
- pnpm
- Clone this repository locally:
git clone https://github.com/instantrahmen/HelperBot.git. - Cd into the
HelperBotdirectory. - Install the necessary dependencies using
pnpm install. - Create a
.config.ymlfile with the required configuration options (see example.config.yml for reference). - Follow the instructions in the Discord Dev Portal to create a new application and obtain the bot token.
- Update the
.config.ymlfile with your Discord bot token and other relevant information. - Run the bot using
pnpm startorpnpm run dev.