forked from NebulaServices/Dispenser
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
36 changed files
with
948 additions
and
582 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
# THIS FILE IS A TEMPLATE FOR WHICH ENV VARS ARE USED | ||
# VALUES IN THIS FILE SHOULD NOT BE EDITED | ||
# THIS FILE WILL BE COMMITED! | ||
# !! THIS FILE IS A TEMPLATE FOR WHICH ENV VARS ARE USED | ||
# !! VALUES IN THIS FILE SHOULD NOT BE EDITED | ||
# !! THIS FILE WILL BE COMMITED! | ||
|
||
# The Discord bot token to login with (REQUIRED) | ||
TOKEN= | ||
|
||
# The URL of the Postgres server to use as database | ||
DATABASE_URL= | ||
# The URL of the Postgres server to use as database (REQUIRED) | ||
DATABASE_URL="" | ||
|
||
# The bot user ID for slash command deployment | ||
# The bot user ID for slash command deployment (REQUIRED) | ||
CLIENT_ID= | ||
|
||
# The server ID to deploy commands to | ||
# The server ID to deploy commands to (Recommended for quick deployment) | ||
GUILD_ID= | ||
|
||
# The id of the bot owner (Not required) | ||
OWNER_ID= | ||
|
||
# Cooldown time in ms (set to 0 to disable) | ||
COOLDOWN_TIME=2000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.