Discord bot with a set of different utilities.
- Clone the repository:
git clone https://github.com/kitaminka/some-utils-bot.git
- Install dependencies:
npm install
- Create .env file and put your Discord bot token and MongoDB URL in this file. Example of .env file you can see in the file .env.example.
- Start the program:
npm start
- Event and command handler
- Unique command prefix for each server
- MongoDB usage
- Go to the Discord Developer Portal and create an application.
- Go to the Bot tab, create a bot and copy a token.