Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 903 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 903 Bytes

Discord Bot Templates

In this repository you can find some templates that can get you started with creating your own Discord bot.
More detailed documentation can be found in a separate README for each template.

Contributing

If you would like to add a template, feel free to fork this repository, add the template, and make a pull request. Make sure to include all the basics someone would need to get them started (like a command handler, connection to a database (preferably MongoDB) etc. - see the TypeScript or JavaScript template for how it should look).
If you feel like something could be coded better/nicer, you are free to make a pull request with the change. You might be more experienced with some language than I am. :)