An open API service indexing awesome lists of open source software.

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

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.