Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 705 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 705 Bytes

Discord.JS-Example

This is an example project for using Discord.JS library.

Installation

  1. Clone this repository git clone https://github.com/EvarinDev/Discord.JS-Example && cd Discord.JS-Example
  2. Run npm install to install the dependencies.

Usage

  1. Create a new Discord bot on the Discord Developer Portal.
  2. Copy the bot token and Put the token in src/config.ts.
  3. Run npm run build
  4. Run npm start to start the bot.

Contributing

Contributions are welcome! Please fork this repository and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.