Commit Graph

1254 Commits (a8c4e4828070bccdf330d46293187d74f50cfd98)
 

Author SHA1 Message Date
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
sgoudham af5daa28c3 Adding functions to store modlog channels within cache 5 years ago
sgoudham 3420cee74c Reformatting text markdown 5 years ago
sgoudham cee8141f2d Reformatting text markdown 5 years ago
sgoudham 88a0ba83ad Updating .gitignore 5 years ago
sgoudham 82da1280c8 Updating commentary of subcommands 5 years ago
sgoudham e38c687d7e Updating requirements.txt 5 years ago
sgoudham 0d28af805d Adding venv to .gitignore 5 years ago
sgoudham 4bf6f62efe Adding more files to .gitignore 5 years ago
sgoudham 1e5c496096 Trying to hide pycache from git commits 5 years ago
sgoudham 18865173bb Moving all prefix functions into settings.py 5 years ago
sgoudham 21208a0014 Moving all prefix functions into settings.py 5 years ago
sgoudham 4c3b130e92 Adding cooldowns for commands 5 years ago
sgoudham b6fde08f95 Added usage for modmail group 5 years ago
sgoudham b56aa88eba Added plural 5 years ago
sgoudham abf139d2c9 Adding optional argument 5 years ago
sgoudham 158b27c7dd OwO text sent by the user is deleted 5 years ago
sgoudham aba109547c Making things optional arguments 5 years ago
sgoudham 4610a3bc64 Changing target to member 5 years ago
sgoudham e0bcea5d1d Optional Argument for Enso 5 years ago
sgoudham 17af2b4d3f Restructuring code 5 years ago
sgoudham e12b6183a1 Making it the command arguments optional for waifu and husbando 5 years ago
sgoudham fcbcbe2cde Making it the command arguments optional for prefix and help 5 years ago
sgoudham b721baacf3 Fixed typo 5 years ago