Commit Graph

  • 8cb70c7491 When command has an error handler function, don't send global event handler errors sgoudham 2020-08-16 19:59:53 +0100
  • e0af4b8412 Simplifying code Using self.bot.generate_embed() sgoudham 2020-08-16 19:45:04 +0100
  • befba74ea9 Changed version number to build up to v1 release sgoudham 2020-08-16 19:40:06 +0100
  • 80cf8bcb9c Removing .format() in favour of fstrings sgoudham 2020-08-16 19:19:30 +0100
  • dfa7c99c0b Removing .format() in favour of fstrings sgoudham 2020-08-16 19:18:45 +0100
  • d3acc4bd39 Removing .format() sgoudham 2020-08-16 19:14:18 +0100
  • 4219e681c8 Removing .format() in favour of fstrings sgoudham 2020-08-16 19:10:50 +0100
  • e6742806b6 Removing .format() sgoudham 2020-08-16 19:10:01 +0100
  • 511e6712f0 Removing .format() sgoudham 2020-08-16 19:09:50 +0100
  • 057955886d Removing .format() in favour of fstrings sgoudham 2020-08-16 19:05:49 +0100
  • 5b53953468 Removing settings.py as everything has been moved into the bot object sgoudham 2020-08-16 19:05:16 +0100
  • 9df0c200c6 Getting rid of .format() Made text into embeds Simplifying code sgoudham 2020-08-16 19:04:34 +0100
  • b539157462 Getting rid of .format() sgoudham 2020-08-16 18:49:02 +0100
  • 4b02d10d2b Made string into fstring sgoudham 2020-08-16 18:45:01 +0100
  • 40a7a0a58d Removed redundant global variable for homies command sgoudham 2020-08-16 18:18:27 +0100
  • 9be179be1c Removed comma from version number Adding self.generate_embed() Made on_ready a @staticmethod sgoudham 2020-08-16 18:18:05 +0100
  • 6d3b93eaf3 Updating commentary sgoudham 2020-08-16 18:17:12 +0100
  • 2bf08a32be Deleting message first and then sending the dm to the user sgoudham 2020-08-16 16:44:54 +0100
  • dab51d22d6 Using self.bot.generate_embed() sgoudham 2020-08-16 16:42:53 +0100
  • 5a9d106bd6 No need for settings.py file anymore sgoudham 2020-08-16 04:37:02 +0100
  • 35d8844cf1 No need for settings.py file anymore sgoudham 2020-08-16 04:35:41 +0100
  • a0823e8a3f main.py now moved into bot directory sgoudham 2020-08-16 04:28:43 +0100
  • 94b529a300 Fixing typo for embed colour in channelinfo command sgoudham 2020-08-16 04:28:31 +0100
  • 236ecfd9b4 No need for settings.py file anymore sgoudham 2020-08-16 04:23:44 +0100
  • 9f78ffaecb No need for settings.py file anymore sgoudham 2020-08-16 04:23:00 +0100
  • a047b55242 Making everything more modular by defining variables and functions within the bot subclass sgoudham 2020-08-16 04:17:58 +0100
  • 673a518d31 Removed 99% of code from main.py and put it into __init__.py sgoudham 2020-08-16 04:17:38 +0100
  • b8b7127235 Moved error handling into a separate cog sgoudham 2020-08-16 04:17:11 +0100
  • cbc030e652 Moved owner only commands into owner.py sgoudham 2020-08-16 04:16:57 +0100
  • 1089d30709 Moved ping command into info sgoudham 2020-08-16 04:16:38 +0100
  • aef082517e Moved homies folder into images sgoudham 2020-08-16 04:14:11 +0100
  • f932485df0 Made sure that settings.py file is not used anymore sgoudham 2020-08-16 04:13:53 +0100
  • f76577244b Made sure that settings.py file is not used anymore sgoudham 2020-08-16 04:06:15 +0100
  • ce6994a3a5 Made sure that settings.py file is not used anymore sgoudham 2020-08-16 04:06:10 +0100
  • edb5be567f Made sure that settings.py file is not used anymore sgoudham 2020-08-16 04:06:05 +0100
  • b1321aebf5 Made sure that settings.py file is not used anymore sgoudham 2020-08-16 04:05:48 +0100
  • 404b9daa37 Added stupid check to see if the message was "edited" within dms sgoudham 2020-08-16 03:24:36 +0100
  • f246fb1d2f Set Case Insensitive to True sgoudham 2020-08-14 23:28:27 +0100
  • c68b414ebd Set Case Insensitive to True sgoudham 2020-08-14 20:13:09 +0100
  • 7f34e08898 Simplifying check bot checks sgoudham 2020-08-14 19:35:10 +0100
  • 094149c6cc Displaying attachment links when message is deleted Not logging message deletions from other bots sgoudham 2020-08-14 19:17:35 +0100
  • ea64effee3 Reformatted role added embed sgoudham 2020-08-14 16:52:49 +0100
  • f32508238d Reformatted role added embed sgoudham 2020-08-14 16:50:29 +0100
  • f94b04ab3c Reformatted role removed embed sgoudham 2020-08-14 16:50:10 +0100
  • d4aeb539f7 Added GPLv3 license Added logging for message deletions sgoudham 2020-08-14 15:53:24 +0100
  • aea5e0f49d Added GPLv3 license sgoudham 2020-08-14 15:40:35 +0100
  • a733dc137c Reformatted code Properly indented the code Added GPLv3 license sgoudham 2020-08-14 15:35:34 +0100
  • e2f76a6662 Updated commentary sgoudham 2020-08-14 15:07:50 +0100
  • faacbab3e4 Updated commentary Added logging for messages not stored within internal cache sgoudham 2020-08-14 14:56:53 +0100
  • e02adac5a6 Logging message edits (only in cache for now) Only logs messages fully up to 500 characters sgoudham 2020-08-14 04:04:42 +0100
  • 96c6fdf51b Updated commentary for Beginning to log message edits sgoudham 2020-08-14 03:58:26 +0100
  • 2d34fcbbf4 Updated commentary Removed unnecessary action of defining new_roles_string again sgoudham 2020-08-14 03:33:09 +0100
  • 250984bcb6 Updated commentary sgoudham 2020-08-14 03:30:27 +0100
  • 254e2da8b0 Adding back check cause I'm dumb dumb sgoudham 2020-08-14 03:07:56 +0100
  • 510cd38f46 Reformatting nickname embed Got rid of unnecessary check sgoudham 2020-08-14 02:59:21 +0100
  • 6829b3dcac Not using elif sgoudham 2020-08-14 02:36:58 +0100
  • 716c1da64a Added logging for role additions/removed to members sgoudham 2020-08-14 02:25:45 +0100
  • af4a31a833 Error message is now an embed sgoudham 2020-08-13 15:55:44 +0100
  • 4896c5cfbe Made sure that the message that is sent for purge command is deleted and then the messages are purged sgoudham 2020-08-13 15:53:57 +0100
  • fe388d622a Moved generate embed function into settings.py sgoudham 2020-08-13 15:53:25 +0100
  • 6676161a5f Not using f strings anymore sgoudham 2020-08-13 15:52:05 +0100
  • d4c6580db5 Updated Commentary sgoudham 2020-08-13 15:18:53 +0100
  • 176078e45d Make sure that the channel permissions for the muted role are correct sgoudham 2020-08-13 13:27:48 +0100
  • b1981ee5a8 Closing session after updating stats to discord.bots.gg sgoudham 2020-08-13 12:54:54 +0100
  • 46d6ad3474 Enabled read messages for muted role Disabled read message history and send messages Checking with every channel if the muted role has the permissions. If not, it overwrites with the permissions required sgoudham 2020-08-13 11:15:28 +0100
  • 3b605a92fe Doing all channels instead of just text sgoudham 2020-08-13 11:08:44 +0100
  • 0780c83c35 Turning insert statement into f string instead of using + operator to join string sgoudham 2020-08-13 11:07:07 +0100
  • 8a34da5511 Muted role now disables read perms in every single text channel Added functionality to make sure that new channels have muted role overwrites sgoudham 2020-08-13 11:06:33 +0100
  • d491533644 No need for any waifu/husbando files anymore sgoudham 2020-08-12 08:27:53 +0100
  • fe9a92106c Removed lots of redundant code sgoudham 2020-08-12 08:27:00 +0100
  • b52975f329 Added daily waifu Simplifyed more code sgoudham 2020-08-12 08:25:20 +0100
  • dd01f45c5a Simplifying code Added daily waifu command sgoudham 2020-08-11 21:33:09 +0100
  • 203cd48ad7 Added more images of Rin for Enso Command sgoudham 2020-08-11 03:04:54 +0100
  • f413be50b0 Not saving file to the directory anymore. Sending as a bytes object sgoudham 2020-08-11 01:48:10 +0100
  • 25f1937593 Not saving file to the directory anymore. Sending as a bytes object sgoudham 2020-08-11 01:47:07 +0100
  • da5e9c8a89 Updated commentary sgoudham 2020-08-10 22:46:02 +0100
  • c7755d274b Updated commentary sgoudham 2020-08-10 22:44:27 +0100
  • b1c7c20220 Added very scuffed text command sgoudham 2020-08-10 04:42:58 +0100
  • 1886f6e0c8 Made sure that managed roles are kept for the user sgoudham 2020-08-10 03:20:55 +0100
  • 1a8a1651f7 Storing managed roles too sgoudham 2020-08-10 03:06:19 +0100
  • 9eb4a84f09 Only storing roles that are not managed sgoudham 2020-08-10 02:52:26 +0100
  • 799e5fa4ee Only storing roles that are not managed sgoudham 2020-08-10 02:52:18 +0100
  • 1901b1da35 Added rolepersist group command description sgoudham 2020-08-10 00:41:11 +0100
  • 389ed00282 Added role persist commands Role persist can be displayed/enabled/disabled sgoudham 2020-08-10 00:36:24 +0100
  • b1af1e0a25 Added method to update the value of role persist within guilds Updated commentary sgoudham 2020-08-10 00:32:47 +0100
  • 5f7617319d Reformatting role persist warning embed sgoudham 2020-08-10 00:07:22 +0100
  • 046be93f9d If user is already muted, send error message to prevent database from screwing up sgoudham 2020-08-09 23:12:49 +0100
  • 9bf6529c37 Removed typo sgoudham 2020-08-09 23:00:12 +0100
  • 2f2c8198ee Removing ctx parameter for clearRoles() sgoudham 2020-08-09 22:57:57 +0100
  • 08576fc9e7 Refactoring lots of code Displaying roles from highest to lowest for user sgoudham 2020-08-09 04:48:25 +0100
  • 3b287fa24a Got rid of white space sgoudham 2020-08-09 04:33:59 +0100
  • e4a2afbada Listing roles in highest to lowest order Added top role field for serverinfo command sgoudham 2020-08-09 04:33:41 +0100
  • cb3cc825dc Checking channel permissions instead of guild wide permissions as it is more accurate. Less chance for errors sgoudham 2020-08-09 03:19:29 +0100
  • ac8df1f96c Checking channel permissions instead of guild wide permissions as it is more accurate. Less chance for errors sgoudham 2020-08-09 03:16:59 +0100
  • 71b6204793 Added more images of Kate sgoudham 2020-08-09 01:43:16 +0100
  • a49a26730a Still sending serverinfo command without ban members or manage guild permissions sgoudham 2020-08-09 01:16:46 +0100
  • 454a7adb57 Trying different way of executing modmail Not massive if statements anymore sgoudham 2020-08-08 23:16:27 +0100
  • 6347c48204 Added anton images into the enso command sgoudham 2020-08-08 23:00:24 +0100
  • c6b93cf931 Made sure that all messages within the channel are stored in the file before getting deleted sgoudham 2020-08-08 22:55:22 +0100
  • 7750c5092e Reformatted modmail embed Uploading file like bytes object instead of saving to the directory sgoudham 2020-08-08 22:36:27 +0100