This is an example project for using Discord.JS library.
- Clone this repository
git clone https://github.com/EvarinDev/Discord.JS-Example && cd Discord.JS-Example
- Run
npm install
to install the dependencies.
- Create a new Discord bot on the Discord Developer Portal.
- Copy the bot token and Put the token in src/config.ts.
- Run
npm run build
- Run
npm start
to start the bot.
Contributions are welcome! Please fork this repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.