Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/medallyon/bot-template
- Owner: medallyon
- Created: 2019-12-28T17:22:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T05:32:25.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T16:54:20.187Z (8 months ago)
- Topics: bot, discord, discord-bot, discord-js, medallyon, template
- Language: JavaScript
- Homepage: https://github.medallyon.me/bot-template
- Size: 301 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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.