-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from Hamziee/dev
- Loading branch information
Showing
6 changed files
with
37 additions
and
20 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
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
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,8 +1,14 @@ | ||
AVA_VERSION='v0.2.6-b' # Do not change this, it will help with troubleshooting later | ||
AVA_VERSION='v0.2.7-beta' # Do not change this, it will help with troubleshooting later | ||
|
||
PREFIX = '$' # deprecated, only used for admin and music commands. | ||
OWNER_ID = 496673945211240462 # used for admin commands and ChatAI recognition. | ||
PERMISSION_DENIED = 'You do not have permission to run this command.' # this message will popup when a normal user runs a admin command. | ||
STATUS = AVA_VERSION # Want a custom status? Replace it with: STATUS = 'your status here'. | ||
# Required Bot Configuration | ||
|
||
PREFIX = '$' # deprecated, only used for admin or music commands. | ||
OWNER_ID = 496673945211240462 # used for admin commands and ChatAI recognition | ||
PERMISSION_DENIED = 'You do not have permission to run this command.' # copied from my old bot, unused for now | ||
STATUS = AVA_VERSION # Want a custom status? Replace it with: STATUS = 'your status here' | ||
TOKEN = 'Put your Discord bot token here.' | ||
COMMANDS_DIRECTORY = 'commands' | ||
|
||
# Optional Bot Configuration | ||
|
||
THECATAPI_KEY = 'your thecatapi key here' # Get your own free key at https://thecatapi.com/ |