-
-
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.
* update dependencies, add footer to log embeds with time, start separating create_* functions into build/send * Updates, and download feature * use RwLock everywhere instead of Mutex * switch mutex to rwlock * download/upload version of play command * try to fix mode play in prefix * fix prefix download * fix prefix download * updates and tests * Clean up and stuff * rename create_ to send_ on the functions that send * fix linting * Found a regression in /play. Need to fix. Fix chatgpt module and break some things * stole by debugs droida * fix? * debug command * cleanup * logging update * lint * Cleanup *warning you probably broke something* * tarpaulin configs Please enter the commit message for your changes. Lines starting * lyrics and cleanup * cargo updatge * cleanup play command * cleanup event_log * don't use guild_bans intent anymore (it's subsumed in another?) * fix unmute * cleanup and att ErrorHttp * raid defense measures * play command update again * get channel messages * aasdf * defend cleanup * cleanup and update * try to fix cicd * fix again * try cleaning this up again * Message Deleting thing * rework * tarpaulin * message cacge * message cache command * msg caching * log handler * cleanup and add handler to delete old messages from the bot * fix one thing, break more * a couple fixes and turn off deleting old messages from now * Refactor now_playing * fixes and comments * asdf * update some versions, add debugging * Cleanup, add comments, and more testing stuff * Clean up some logging * try to fix response to playlist add * fix play command hopefully * fix voteskip and add cancel to defend * cleanup and add move users * fix trapdoor cancel * Do the insert right * don't log bot messages or updates * Asdf * cleanup * cleanup * rework additional prefixes * asdf * getting dbs updated * try to fix plylist stuff * database stuff * try to fix tests * asdf * add postgres to builds linting * try to fix again * asdf * use fields for youtube results * try to new repo for github action * move position in pipeline of postgres * fix set welcome settings and add set auto role * asdf * move set_auto_role to it's own file * refactor * try to fix ci * linting * asdf * asdf
- Loading branch information
1 parent
9a6b28c
commit 15a9f60
Showing
147 changed files
with
3,683 additions
and
1,890 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 was deleted.
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
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 |
---|---|---|
|
@@ -18,3 +18,6 @@ cracktunes.env | |
|
||
# submodules | ||
dep-installer-hack/ | ||
|
||
# code coverage | ||
cobertura.xml |
Oops, something went wrong.