Commit Graph

1833 Commits (986b65cbc1d670fc96cee566b9ef1e0a5fe33865)
 

Author SHA1 Message Date
sgoudham cedf0c6353 Got rid of command timeout. Seeing if that fixes problem on linux vps 4 years ago
sgoudham 4003967af0 Refactored EVERYTHING
No more converting to strings and back to ints
Moving on from MariaD to PostGresSQL (THANK THE GODS)
Storing modmail in cache
Close to implementing circular queue for member cache
FULLY REDID COMMENTARY
Updated Version Number to 0.8.2 (Closer to v1 release!)
Gonna test commands for the cache within main.py
4 years ago
sgoudham ac0163e54c Updated REQUIREMENTS.TXT 4 years ago
sgoudham c4dea57200 Making sure that STUPID linux can find the libs folder 4 years ago
sgoudham 3f172a4150 Making sure the colour parameter references the correct function 4 years ago
sgoudham 2c2a4059fe Applied consistent naming style of parameters 4 years ago
sgoudham ff3ddc5f60 Applied consistent style of parameters 4 years ago
sgoudham a0af4668b8 Fixed not throwing errors when arguments for moderation commands 4 years ago
sgoudham 9843898045 Changed version string 4 years ago
sgoudham 02e61e95a5 Formatting ping command differently 4 years ago
sgoudham 47f5185809 Cleaned up version number code, making about command more modular
Ping command is now an embed
4 years ago
sgoudham 4a6e219daf Making if statement into one line 4 years ago
sgoudham 8c58ae2286 Error handling for waifu commands 4 years ago
sgoudham ed031d689c Waifu search is it's own command 4 years ago
sgoudham 76956f3e3f Updated Commentary 4 years ago
sgoudham a36e8a98dc Simplifying some code
Adding method to check for timeout error
4 years ago
sgoudham 4f9280f5c6 Making random waifu it's own command instead of a waifu argument 4 years ago
sgoudham 86190a342c Renaming method to execute cause it looks better 4 years ago
sgoudham afc639ee66 Didn't account for modmail that was 50 characters long exactly 4 years ago
sgoudham f8f422b2eb Fixed the verification system 4 years ago
sgoudham 66a7a5a6a6 Fixed the verification system 4 years ago
sgoudham 21bfa2d656 Awaiting function 4 years ago
sgoudham bf206bfd5f Not checking permissions everytime the channel is muted and making muted role now disable read perms 4 years ago
sgoudham fede0c2ee5 Added logging for to check for weird ping
Made sure that bot members don't do anything when events are called
4 years ago
sgoudham 099af46d49 Moved cog loading into __init__.py 4 years ago
sgoudham 71e5088b3b If user does not react within 60 seconds. Delete the modmail channel 4 years ago
sgoudham 7f7f5bcf50 If user does not react within 60 seconds. Delete the modmail channel 4 years ago
sgoudham 4926c6b242 If bot does not have embed links permission, send normal text error message 4 years ago
sgoudham d344732864 Representing the update in an embed instead of just text 4 years ago
sgoudham 1bf926b5f9 Got rid of stupid comma 4 years ago
sgoudham 2cc6a5e86d Adding License 4 years ago
sgoudham 97a5ff44a0 Reverting back to old way of doing cogs 4 years ago
sgoudham 27945c49eb Running cogs in main.py 4 years ago
sgoudham 39fe656a4c Moved back into root directory 4 years ago
sgoudham 5f4171935c Changed parameter to ensure consistency 4 years ago
sgoudham 00f86137a7 Made sure that messages purged display proper number 4 years ago
sgoudham 73dff3d5d1 Updated requirements.txt 4 years ago
sgoudham 3bc76e5c4b Adding setup function that loads the cogs and runs the bot 4 years ago
sgoudham 927c1bb7a6 Adding setup function that loads the cogs and runs the bot 4 years ago
sgoudham f84666c5b5 Now Running the bot within __init__.py 4 years ago
sgoudham 61fe835ccc Made setting up modlogs and modmail much easier
Using typehints to convert into Channel objects
Command specific error handling is now used
4 years ago
sgoudham 1e7889e9b4 Adding specific error handling for modlogs 4 years ago
sgoudham 8cb70c7491 When command has an error handler function, don't send global event handler errors 4 years ago
sgoudham e0af4b8412 Simplifying code
Using self.bot.generate_embed()
4 years ago
sgoudham befba74ea9 Changed version number to build up to v1 release 4 years ago
sgoudham 80cf8bcb9c Removing .format() in favour of fstrings 4 years ago
sgoudham dfa7c99c0b Removing .format() in favour of fstrings 4 years ago
sgoudham d3acc4bd39 Removing .format() 4 years ago
sgoudham 4219e681c8 Removing .format() in favour of fstrings 4 years ago
sgoudham e6742806b6 Removing .format() 4 years ago