Commit Graph

1960 Commits (8ed10f74772b994c8f955f98fd942d92703839f4)
 

Author SHA1 Message Date
sgoudham fede0c2ee5 Added logging for to check for weird ping
Made sure that bot members don't do anything when events are called
4 years ago
sgoudham 099af46d49 Moved cog loading into __init__.py 4 years ago
sgoudham 71e5088b3b If user does not react within 60 seconds. Delete the modmail channel 4 years ago
sgoudham 7f7f5bcf50 If user does not react within 60 seconds. Delete the modmail channel 4 years ago
sgoudham 4926c6b242 If bot does not have embed links permission, send normal text error message 4 years ago
sgoudham d344732864 Representing the update in an embed instead of just text 4 years ago
sgoudham 1bf926b5f9 Got rid of stupid comma 4 years ago
sgoudham 2cc6a5e86d Adding License 4 years ago
sgoudham 97a5ff44a0 Reverting back to old way of doing cogs 4 years ago
sgoudham 27945c49eb Running cogs in main.py 4 years ago
sgoudham 39fe656a4c Moved back into root directory 4 years ago
sgoudham 5f4171935c Changed parameter to ensure consistency 4 years ago
sgoudham 00f86137a7 Made sure that messages purged display proper number 4 years ago
sgoudham 73dff3d5d1 Updated requirements.txt 4 years ago
sgoudham 3bc76e5c4b Adding setup function that loads the cogs and runs the bot 4 years ago
sgoudham 927c1bb7a6 Adding setup function that loads the cogs and runs the bot 4 years ago
sgoudham f84666c5b5 Now Running the bot within __init__.py 4 years ago
sgoudham 61fe835ccc Made setting up modlogs and modmail much easier
Using typehints to convert into Channel objects
Command specific error handling is now used
4 years ago
sgoudham 1e7889e9b4 Adding specific error handling for modlogs 4 years ago
sgoudham 8cb70c7491 When command has an error handler function, don't send global event handler errors 4 years ago
sgoudham e0af4b8412 Simplifying code
Using self.bot.generate_embed()
4 years ago
sgoudham befba74ea9 Changed version number to build up to v1 release 4 years ago
sgoudham 80cf8bcb9c Removing .format() in favour of fstrings 4 years ago
sgoudham dfa7c99c0b Removing .format() in favour of fstrings 4 years ago
sgoudham d3acc4bd39 Removing .format() 4 years ago
sgoudham 4219e681c8 Removing .format() in favour of fstrings 4 years ago
sgoudham e6742806b6 Removing .format() 4 years ago
sgoudham 511e6712f0 Removing .format() 4 years ago
sgoudham 057955886d Removing .format() in favour of fstrings 4 years ago
sgoudham 5b53953468 Removing settings.py as everything has been moved into the bot object 4 years ago
sgoudham 9df0c200c6 Getting rid of .format()
Made text into embeds
Simplifying code
4 years ago
sgoudham b539157462 Getting rid of .format() 4 years ago
sgoudham 4b02d10d2b Made string into fstring 4 years ago
sgoudham 40a7a0a58d Removed redundant global variable for homies command 4 years ago
sgoudham 9be179be1c Removed comma from version number
Adding self.generate_embed()
Made on_ready a @staticmethod
4 years ago
sgoudham 6d3b93eaf3 Updating commentary 4 years ago
sgoudham 2bf08a32be Deleting message first and then sending the dm to the user 4 years ago
sgoudham dab51d22d6 Using self.bot.generate_embed() 4 years ago
sgoudham 5a9d106bd6 No need for settings.py file anymore 4 years ago
sgoudham 35d8844cf1 No need for settings.py file anymore 4 years ago
sgoudham a0823e8a3f main.py now moved into bot directory 4 years ago
sgoudham 94b529a300 Fixing typo for embed colour in channelinfo command 4 years ago
sgoudham 236ecfd9b4 No need for settings.py file anymore 4 years ago
sgoudham 9f78ffaecb No need for settings.py file anymore 4 years ago
sgoudham a047b55242 Making everything more modular by defining variables and functions within the bot subclass 4 years ago
sgoudham 673a518d31 Removed 99% of code from main.py and put it into __init__.py 4 years ago
sgoudham b8b7127235 Moved error handling into a separate cog 4 years ago
sgoudham cbc030e652 Moved owner only commands into owner.py 4 years ago
sgoudham 1089d30709 Moved ping command into info 4 years ago
sgoudham aef082517e Moved homies folder into images 4 years ago