https://github.com/csp02/discord-bot-template
Simple discord bot template using discord.js
https://github.com/csp02/discord-bot-template
Last synced: 9 months ago
JSON representation
Simple discord bot template using discord.js
- Host: GitHub
- URL: https://github.com/csp02/discord-bot-template
- Owner: CSP02
- License: mit
- Created: 2023-11-19T08:00:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T09:08:11.000Z (over 2 years ago)
- Last Synced: 2025-06-10T05:43:56.069Z (about 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord-bot-template
Simple discord bot template using discord.js
This is just a template of a discord bot which you can use to develop your own discord bot using discord.js
This template already contains all the handlers required and index.js and server.js coded
All you need to do is download this repo (don't clone it. if you clone it remove the .git folder) and start adding your commands in `SlashCommands` folder.