Commit Graph

147 Commits (63146944ce031e89aab47b001a49d45280b0c4ca)

Author SHA1 Message Date
sgoudham 63146944ce Logging only custom activities 4 years ago
sgoudham b0cd3b8f3d Logging only custom activities 4 years ago
sgoudham 0a75e8fb35 Got rid of activity updates 4 years ago
sgoudham f88b4a6768 Changing to activity updates 4 years ago
sgoudham f728241a89 Not just using role/channel mentions incase they get deleted
Enabling status updates
4 years ago
sgoudham 906e5885d9 Not logging channel position 4 years ago
sgoudham c78a953690 Added author to channel updates 4 years ago
sgoudham df892bfb2b Logging emoji name updates + reformatting 4 years ago
sgoudham 74e52cbc2e Logging emoji name updates + reformatting 4 years ago
sgoudham a689c763a4 Logging emoji name updates + reformatting 4 years ago
sgoudham bd4f8405b6 Showing total emojis 4 years ago
sgoudham f1e3ab7210 Decreased amount of emojis shown 4 years ago
sgoudham f5debd5430 Added logging for any emoji additions/removals 4 years ago
sgoudham 4841d63f04 Unban command now takes in an user object
All deleted/edited messages now show the full message content
4 years ago
sgoudham ce37016273 Logging splash/discovery splash and icon 4 years ago
sgoudham 0d3e5b8a35 Logging banner url changes 4 years ago
sgoudham 0368eccc6a Accounting for another edge case 4 years ago
sgoudham 3d5118104e Changed typo in ban command name 4 years ago
sgoudham 037ace9497 Added some padding so that the embeds look nicer 4 years ago
sgoudham eab9af4876 Added functions for content filter and notifications
Minor logging for guild updates (Still need to do roles/emojis/features etc etc)
4 years ago
sgoudham 4cfe7a926c Added very basic logging for guild updates (Need to add role/emoji/feature updates too) 4 years ago
sgoudham 0e005a43da Increasing the limit to 1000 chars for message edits 4 years ago
sgoudham b8f6c8e255 Removing an event 4 years ago
sgoudham 027010e903 Reducing spam for member_update 4 years ago
sgoudham 376dfe4a37 Making sure bot updates are not logged 4 years ago
sgoudham 828d352f65 Rehauled the embeds again
Still need to add more events
Now showing total roles for member update
4 years ago
sgoudham b5c2ea1cf2 No need for "map(str, ("
Reformatting more of the embeds to be cleaner looking
Showing all roles when roles are updated
4 years ago
sgoudham f3a1e1beeb No need for "map(str, ("
Reformatting more of the embeds to be cleaner looking
Showing all roles when roles are updated
4 years ago
sgoudham 2a1e7e08ce Hotfix - Field value had no value in an edge case 4 years ago
sgoudham 084a640f88 Forgot to change back command names 4 years ago
sgoudham f22b41b5d5 Rehauled all the embeds
Need to add more events and then the bitarray
4 years ago
sgoudham 16929d3238 Got rid of TODO 4 years ago
sgoudham 1b9aedf8ce Making sure my real name isn't out on display 4 years ago
sgoudham 502e491132 Removing Union from imports 4 years ago
sgoudham d3cea55406 Wasn't able to combine the forceban/ban for now
Made it cleaner
4 years ago
sgoudham 34c3e620e9 Now using the walrus operator in 3.8 4 years ago
sgoudham 5a2539781a Mentioning channel when it is created 4 years ago
sgoudham 25d233140c Logging guild channel creations 4 years ago
sgoudham 5ff68c884a Renaming fields 4 years ago
sgoudham 4b45e184cb Logging guild channel deletions 4 years ago
sgoudham 4bc416cc4f Muted members can see channels but can't send messages 4 years ago
sgoudham 0aa73b1d19 Custom error handling for ban commands
Powerban allows for banning members outside of the guild
4 years ago
sgoudham 03a1781b68 Updated commentary
Added powerban command to ban users who aren't part of the guild
4 years ago
sgoudham 170bc3f231 Make sure bot updates aren't triggering events
Fixing unmute and mute for working with cache
4 years ago
sgoudham 4003967af0 Refactored EVERYTHING
No more converting to strings and back to ints
Moving on from MariaD to PostGresSQL (THANK THE GODS)
Storing modmail in cache
Close to implementing circular queue for member cache
FULLY REDID COMMENTARY
Updated Version Number to 0.8.2 (Closer to v1 release!)
Gonna test commands for the cache within main.py
4 years ago
sgoudham a0af4668b8 Fixed not throwing errors when arguments for moderation commands 4 years ago
sgoudham bf206bfd5f Not checking permissions everytime the channel is muted and making muted role now disable read perms 4 years ago
sgoudham 2cc6a5e86d Adding License 4 years ago
sgoudham 00f86137a7 Made sure that messages purged display proper number 4 years ago
sgoudham e0af4b8412 Simplifying code
Using self.bot.generate_embed()
4 years ago