Commit Graph

1312 Commits (a095621ce4cab20a7405e1c5a58ef66e1d2d9238)
 

Author SHA1 Message Date
sgoudham fe2d1ac0b3 Reworked all database connections within main.py
Database connections should now be asynchronous
SQL statements now can handle duplicate key entries
4 years ago
sgoudham 7e9a8aeaab Trying to get asynchronous database connections working 4 years ago
sgoudham 5d67859ab4 Making it insert ignore instead of just insert 4 years ago
sgoudham 32f5355a0a Using the new asynchronous db connections 4 years ago
sgoudham adc86c02cc Reverting back to inefficient blocking connections 4 years ago
sgoudham 7fb3453a68 Removing executemany 4 years ago
sgoudham 60d1271594 Adjusting for removing column discordUser 4 years ago
sgoudham 893deb1544 Adjusting for removing column discordUser 4 years ago
sgoudham a8c4e48280 Using insert ignore instead of just insert 4 years ago
sgoudham 0a04171db7 Removing discord username from the insert statement (I admit defeat. You win MYSQL, You win 😭) 4 years ago
sgoudham d7dda002db Making on marry command asynchronous 4 years ago
sgoudham 3bf36caefa Updating README.md 4 years ago
sgoudham 8f5ce3de0f Specifying that the prefix has to be less than or equal to 5 characters 4 years ago
sgoudham e67ff3699e Fixing error that 5 character prefixes won't work 4 years ago
sgoudham 00c4a1082b Minimising the problem of blocking (Problem still exists)
Also removing on_member_delete
4 years ago
sgoudham 0c4ccebdef Made sure that modlogs channel is only deleted if it has a value within it 4 years ago
sgoudham 8274b2bc61 Added a modlogs system
If modlogs channel has been setup, embeds will be sent there. If not then the embed will be sent to the channel that the user is in.
Updated/Added commentary
4 years ago
sgoudham 5bfe9d408c Making ` not appear in text when command has no signature 4 years ago
sgoudham 31becc8125 Checking if the command has a usage and a signature 4 years ago
sgoudham 7407e9473a Accounting for when there is no command usage 4 years ago
sgoudham 3f8a3ce312 Making else into elif 4 years ago
sgoudham 1337c6c193 Displaying 6 commands per page 4 years ago
sgoudham 1f092a1a46 Updating insult grammar 4 years ago
sgoudham ca3b1a56ff Updating confirmation message markdown 4 years ago
sgoudham de0988dc15 Added commentary 4 years ago
sgoudham 28f9a61033 Updating commentary
Adding modlogs channel to cache on guild_join and removing it from cache on guild_leave
4 years ago
sgoudham 16ec0258c1 Don't need to check if it's None cause we can handle None Exception
Added another function to completely remove the modlogs value from dict
4 years ago
sgoudham 8f97cb51cd Updating commentary 4 years ago
sgoudham f9498302f4 Adding commentary 4 years ago
sgoudham 8622a7f63e Adding another exception case to the help command. Making it so that it's correctly formatted 4 years ago
sgoudham de15276946 Doing more database checks within settings.py 4 years ago
sgoudham 83e4f42ab8 Return None if channel has not been found within the cache 4 years ago
sgoudham f867315c4a Adding bot permissions to the userinfo command 4 years ago
sgoudham abbb9178b8 Changing from insert to update statement 4 years ago
sgoudham 9a4ab97e76 Adding group of commands for setting up modlog channels 4 years ago
sgoudham af5daa28c3 Adding functions to store modlog channels within cache 4 years ago
sgoudham 3420cee74c Reformatting text markdown 4 years ago
sgoudham cee8141f2d Reformatting text markdown 4 years ago
sgoudham 88a0ba83ad Updating .gitignore 4 years ago
sgoudham 82da1280c8 Updating commentary of subcommands 4 years ago
sgoudham e38c687d7e Updating requirements.txt 4 years ago
sgoudham 0d28af805d Adding venv to .gitignore 4 years ago
sgoudham 4bf6f62efe Adding more files to .gitignore 4 years ago
sgoudham 1e5c496096 Trying to hide pycache from git commits 4 years ago
sgoudham 18865173bb Moving all prefix functions into settings.py 4 years ago
sgoudham 21208a0014 Moving all prefix functions into settings.py 4 years ago
sgoudham 4c3b130e92 Adding cooldowns for commands 4 years ago
sgoudham b6fde08f95 Added usage for modmail group 4 years ago
sgoudham b56aa88eba Added plural 4 years ago
sgoudham abf139d2c9 Adding optional argument 4 years ago