Commit Graph

1277 Commits (ee41ce03b73dfb5a57f8bfeccccc0f813d56cba6)
 

Author SHA1 Message Date
sgoudham ee41ce03b7 Fixed small error in calling database connection
Made more database connections Asynchronous
5 years ago
sgoudham 6b868ac6a0 Changed name from connection to startup_connection 5 years ago
sgoudham 3dc8744024 Making it just one connection
Changing name of the previous name so I know the difference between Asynchronous and Blocking connections
5 years ago
sgoudham 529494bc54 Made database connections Asynchronous
Changing authors name to display name
5 years ago
sgoudham f7185eeff6 Changing from connection2 to connection 5 years ago
sgoudham 010a8a9ce0 Changing from connection2 to connection 5 years ago
sgoudham 18b91d66e5 Made the colour enso_embedmod_colours 5 years ago
sgoudham 7520602a92 Added confirmation for the database reload 5 years ago
sgoudham eb75dbeefc Made database connections Asynchronous
Added random hex code generator
5 years ago
sgoudham 6db25d32a3 Adding listener to log purged messages 5 years ago
sgoudham e8d69e92e9 Adding function to generate random hex colour 5 years ago
sgoudham d418b2170c Making error message mention user 5 years ago
sgoudham d0dc1a6618 Adding await to cursor 5 years ago
sgoudham a4cb604dec The proposal/divorce will timeout after 90 seconds
Added commentary
Updated database connections to be asynchronous
5 years ago
sgoudham c62f6ec45d Getting rid of Husk in anime commands 5 years ago
sgoudham fe2d1ac0b3 Reworked all database connections within main.py
Database connections should now be asynchronous
SQL statements now can handle duplicate key entries
5 years ago
sgoudham 7e9a8aeaab Trying to get asynchronous database connections working 5 years ago
sgoudham 5d67859ab4 Making it insert ignore instead of just insert 5 years ago
sgoudham 32f5355a0a Using the new asynchronous db connections 5 years ago
sgoudham adc86c02cc Reverting back to inefficient blocking connections 5 years ago
sgoudham 7fb3453a68 Removing executemany 5 years ago
sgoudham 60d1271594 Adjusting for removing column discordUser 5 years ago
sgoudham 893deb1544 Adjusting for removing column discordUser 5 years ago
sgoudham a8c4e48280 Using insert ignore instead of just insert 5 years ago
sgoudham 0a04171db7 Removing discord username from the insert statement (I admit defeat. You win MYSQL, You win 😭) 5 years ago
sgoudham d7dda002db Making on marry command asynchronous 5 years ago
sgoudham 3bf36caefa Updating README.md 5 years ago
sgoudham 8f5ce3de0f Specifying that the prefix has to be less than or equal to 5 characters 5 years ago
sgoudham e67ff3699e Fixing error that 5 character prefixes won't work 5 years ago
sgoudham 00c4a1082b Minimising the problem of blocking (Problem still exists)
Also removing on_member_delete
5 years ago
sgoudham 0c4ccebdef Made sure that modlogs channel is only deleted if it has a value within it 5 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
5 years ago
sgoudham 5bfe9d408c Making ` not appear in text when command has no signature 5 years ago
sgoudham 31becc8125 Checking if the command has a usage and a signature 5 years ago
sgoudham 7407e9473a Accounting for when there is no command usage 5 years ago
sgoudham 3f8a3ce312 Making else into elif 5 years ago
sgoudham 1337c6c193 Displaying 6 commands per page 5 years ago
sgoudham 1f092a1a46 Updating insult grammar 5 years ago
sgoudham ca3b1a56ff Updating confirmation message markdown 5 years ago
sgoudham de0988dc15 Added commentary 5 years ago
sgoudham 28f9a61033 Updating commentary
Adding modlogs channel to cache on guild_join and removing it from cache on guild_leave
5 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
5 years ago
sgoudham 8f97cb51cd Updating commentary 5 years ago
sgoudham f9498302f4 Adding commentary 5 years ago
sgoudham 8622a7f63e Adding another exception case to the help command. Making it so that it's correctly formatted 5 years ago
sgoudham de15276946 Doing more database checks within settings.py 5 years ago
sgoudham 83e4f42ab8 Return None if channel has not been found within the cache 5 years ago
sgoudham f867315c4a Adding bot permissions to the userinfo command 5 years ago
sgoudham abbb9178b8 Changing from insert to update statement 5 years ago
sgoudham 9a4ab97e76 Adding group of commands for setting up modlog channels 5 years ago