Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/medallyon/bot-template

I keep finding myself writing the same base code for all my discord bots. It's about time I made a template.
https://github.com/medallyon/bot-template

bot discord discord-bot discord-js medallyon template

Last synced: 13 days ago
JSON representation

I keep finding myself writing the same base code for all my discord bots. It's about time I made a template.

Awesome Lists containing this project

README

        

# bot-template

`.env` looks something like this:
```ini
# =================== #
# ==== WEB STUFF ==== #
# =================== #

PORT=3000
DOMAIN_ROOT=bot-template

# =================== #
# == DISCORD STUFF == #
# =================== #

DEVELOPERS=129036763367735297,143456864112345088

BOT_TOKEN=
BOT_PREFIX=

# =================== #
# ====== OTHER ====== #
# =================== #
```

Substitute these with your own settings.