Commit Graph

1291 Commits (c87d9b719a6b90e081025703729ad0baedeb18d5)
 

Author SHA1 Message Date
sgoudham c87d9b719a Updated bot permissions for serverinfo 4 years ago
sgoudham 120b247fd8 Updated bot permissions for serverinfo 4 years ago
sgoudham 7f78420e9f Added listener for when member leaves the user and then sends the logs to the modlogs channel (if user has setup modlogs channel in their server) 4 years ago
sgoudham a22ef89cc6 Removing Ange 4 years ago
sgoudham 8ce5292574 Removing manual girl toothbrush 4 years ago
sgoudham ae90433ee1 Deleted ange from the bot 4 years ago
sgoudham ce2545d8f1 Splitting lines of code into Code/Blank/Commentary/Total/Files
Adding discord statistics (Guilds/Channels/Emojis/Commands and Users)
4 years ago
sgoudham a244813526 Splitting lines of code into Code/Blank/Commentary/Total/Files 4 years ago
sgoudham 517c2889da Adding channels to the bot stats 4 years ago
sgoudham 0d6ada402d Changing avatar url to the Enso Chan 4 years ago
sgoudham 77c3d942d8 Correctly displaying github link 4 years ago
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