Commit Graph

1555 Commits (404b9daa3719cdaae7139f9dc29055c062714c71)
 

Author SHA1 Message Date
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
sgoudham 158b27c7dd OwO text sent by the user is deleted 4 years ago
sgoudham aba109547c Making things optional arguments 4 years ago
sgoudham 4610a3bc64 Changing target to member 4 years ago
sgoudham e0bcea5d1d Optional Argument for Enso 4 years ago
sgoudham 17af2b4d3f Restructuring code 4 years ago
sgoudham e12b6183a1 Making it the command arguments optional for waifu and husbando 4 years ago
sgoudham fcbcbe2cde Making it the command arguments optional for prefix and help 4 years ago