You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API_URL="https://api.revolt.chat/" # unless you're using a self-hosted Revolt instance, leave this as-is
TOKEN="your-bot_token" # self explanatory
ALLOWEDBOTS=ULID1234ABCD,ULID5678EFGH # ids of bots you want to be able to use the bot separated by commas
HOST="host-id-example" # name of the current host, used for the ping command (this can be any string)
LOGGING_CHANNEL="channel-id" # optional: id for a logging channel (errors/warnings will be sent here) - make sure the bot can view it/send messages in it
BETA=false # optional, currently unused: whether to enable beta commands for all users when the beta system is added (defaults to false, which will disable them for non-devs/beta testers)