forked from spacejewelhosting/raspberry-bot
17 lines
415 B
Plaintext
17 lines
415 B
Plaintext
# CONFIGURE THE BOT HERE - BOT WON'T RUN WITHOUT PROPER CREDENTIALS
|
|
|
|
BOT_AUTH_TOKEN=""
|
|
|
|
# The prefix the bot responds to.
|
|
COMMAND_PREFIX=""
|
|
|
|
# Sign up for an API key at the CatAPI website. Used for commands in the Fun category.
|
|
CAT_API_KEY=""
|
|
|
|
# Assign these roles to members on join
|
|
JOIN_ROLES="ID1,ID2"
|
|
|
|
# JSON Web Token Configuration
|
|
RASPBERRY_STAFF_URL=""
|
|
RASPBERRY_STAFF_USERNAME=""
|
|
RASPBERRY_STAFF_PASSWORD="" |