Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evarindev/discord.js-example
https://github.com/evarindev/discord.js-example
discord-bot-template discordjs-v14
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/evarindev/discord.js-example
- Owner: EvarinDev
- License: apache-2.0
- Created: 2024-04-10T11:18:35.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-10T11:36:43.000Z (7 months ago)
- Last Synced: 2024-09-08T07:50:24.295Z (2 months ago)
- Topics: discord-bot-template, discordjs-v14
- Language: TypeScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://discord.com/developers/applications).
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](LICENSE) file for more details.