Commit Graph

1448 Commits (57f2d1b34fc2800d733bddcf39ab5589d5abab01)
 

Author SHA1 Message Date
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
sgoudham b721baacf3 Fixed typo 4 years ago
sgoudham 368965f0ce Accidentally put manage server instead of manage guild 4 years ago
sgoudham 29ad86f93a Adding bot permissions to relationship 4 years ago
sgoudham 8750594a51 Adding bot permissions to modmail 4 years ago
sgoudham f869789a94 Adding bot permissions to the interactive commands 4 years ago
sgoudham e15c7a33fe Formatting the return string 4 years ago
sgoudham fdc6f59d63 Removing try/except 4 years ago