Commit Graph

1280 Commits (4ec192c2151d34ff646a5c2d373e1f1b5180748e)
 

Author SHA1 Message Date
sgoudham 4ec192c215 Changing "binfo" to "about"
Including github link
Adding edge cases where the user has no roles and no key permissions
4 years ago
sgoudham 902ea30c95 Made more database connections Asynchronous 4 years ago
sgoudham 0da671f5f5 Made more database connections Asynchronous
Addded listener for bulk deletion of messages and to log them in the modlogs channel if it was setup
4 years ago
sgoudham ee41ce03b7 Fixed small error in calling database connection
Made more database connections Asynchronous
4 years ago
sgoudham 6b868ac6a0 Changed name from connection to startup_connection 4 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
4 years ago
sgoudham 529494bc54 Made database connections Asynchronous
Changing authors name to display name
4 years ago
sgoudham f7185eeff6 Changing from connection2 to connection 4 years ago
sgoudham 010a8a9ce0 Changing from connection2 to connection 4 years ago
sgoudham 18b91d66e5 Made the colour enso_embedmod_colours 4 years ago
sgoudham 7520602a92 Added confirmation for the database reload 4 years ago
sgoudham eb75dbeefc Made database connections Asynchronous
Added random hex code generator
4 years ago
sgoudham 6db25d32a3 Adding listener to log purged messages 4 years ago
sgoudham e8d69e92e9 Adding function to generate random hex colour 4 years ago
sgoudham d418b2170c Making error message mention user 4 years ago
sgoudham d0dc1a6618 Adding await to cursor 4 years ago
sgoudham a4cb604dec The proposal/divorce will timeout after 90 seconds
Added commentary
Updated database connections to be asynchronous
4 years ago
sgoudham c62f6ec45d Getting rid of Husk in anime commands 4 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
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