Skip to content
/ bot-template Public template

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

Notifications You must be signed in to change notification settings

medallyon/bot-template

Repository files navigation

bot-template

.env looks something like this:

# =================== #
# ==== WEB STUFF ==== #
# =================== #

PORT=3000
DOMAIN_ROOT=bot-template

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

DEVELOPERS=129036763367735297,143456864112345088

BOT_TOKEN=
BOT_PREFIX=

# =================== #
# ====== OTHER ====== #
# =================== #

Substitute these with your own settings.

About

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

Topics

Resources

Stars

Watchers

Forks

Sponsor this project