-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Test Coverage > 23%. - Codebase architecture documentation. - Support discordbotlist.com (voting service). - Remove prefix commands for verification (Bot is fully verified!) - mute all admin command - Fix numerous performance issues and youtube playing issues
- Loading branch information
1 parent
9220645
commit a48d0b4
Showing
112 changed files
with
2,698 additions
and
3,804 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# | ||
# [REQUIRED] To authenticate with Discord, you must create a Discord app. | ||
# See more: https://discord.com/developers/applications | ||
set -x DISCORD_TOKEN XXXXXX | ||
set -x DISCORD_APP_ID XXXXXX | ||
|
||
# | ||
# [REQUIRED] Postgres database URL for the bot to use. | ||
# | ||
set -x DATABASE_URL postgresql://postgres:mysecretpassword@localhost:5432/postgres | ||
set -x PG_USER postgres | ||
set -x PG_PASSWORD mysecretpassword | ||
|
||
# | ||
# [Optional] To support Spotify links, you must create a Spotify app. | ||
# See more: https://developer.spotify.com/dashboard/applications | ||
set -x SPOTIFY_CLIENT_ID XXXXXX | ||
set -x SPOTIFY_CLIENT_SECRET XXXXXX | ||
|
||
# | ||
# [Optional] OpenAI API key for the chatgpt feature. | ||
# | ||
set -x OPENAI_API_KEY XXXXXX | ||
|
||
# | ||
# [Optional] pgadmin support | ||
# | ||
set -x PGADMIN_MAIL XXXXXX | ||
set -x PGADMIN_PW XXXXXX | ||
|
||
# | ||
# [Optional] VirusTotal API key for the url scanning. | ||
# | ||
set -x VIRUSTOTAL_API_KEY XXXXXX | ||
|
||
# | ||
# [Optional] top.gg and discordbotlist.com integration. | ||
# | ||
set -x TOPGG_TOKEN XXXXXX | ||
set -x DBL_TOKEN XXXXXX | ||
set -x WEBHOOK_SECRET XXXXXX |
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 +1,2 @@ | ||
*.zip filter=lfs diff=lfs merge=lfs -text | ||
data/** filter=lfs diff=lfs merge=lfs -text |
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 |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
/*/target/ | ||
|
||
# data generated during runtime | ||
/data/ | ||
/*/data/ | ||
data/ | ||
crack-core/data/ | ||
/logs/ | ||
scratch | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
...e16e6e69b5f5d548042ef39dcc342ff4975a.json → ...fea131f204f282930980876bd314dbb07295.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
.sqlx/query-3b2f8f67be96d16797b4ede3b6052f795b2f4e442460c201884a49a9f80f3929.json
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
Oops, something went wrong.