Commit Graph

803 Commits (548d6348aa104dbc976f76c5b874443c7adf7a9a)

Author SHA1 Message Date
sgoudham 548d6348aa Fixed Purge Command being off by 1
sgoudham a4aa1bb5a0 Fixed Purge Command being off by 1
sgoudham d1e1eb2fc8 DB Connection is now created within the same event loop as client
Referencing pool connection from client/self.bot
sgoudham 55e87b3fc3 DB Connection is now created within the same event loop as client
Referencing pool connection from client/self.bot
sgoudham ec34fe0dd3 DB Connection is now created within the same event loop as client
Referencing pool connection from client/self.bot
sgoudham 150ac84689 DB Connection is now created within the same event loop as client
Referencing pool connection from client/self.bot
sgoudham 36bc135bba DB Connection is now created within the same event loop as client
Referencing pool connection from client/self.bot
sgoudham 59c0e0f233 Added aliases
sgoudham e1befcb730 Original message does not get deleted
sgoudham ae31716729 Original message does not get deleted
sgoudham 2467b66050 6 commands per page within the cog
sgoudham f4884fc840 Added usage for mute/unmute command
sgoudham f2217cf150 Updated commentary
sgoudham 92fae125b9 Forgot to await function
sgoudham 319661ee96 Forgot "if not"
sgoudham 6d550d9c60 Made if statements cleaner (imo)
Tried to convert unban command into using def
sgoudham 189f75b3e1 Removing mention for banned user in embed
sgoudham 100b462323 Not including ctx.typing for everything
sgoudham e794f0d7de Changed small typo for unmuting modlog embed
sgoudham 3b332a4851 Made the bot type when muting/unmuting command
sgoudham da65bf75e0 Made sure connection within connection isn't created
sgoudham 0788799ea5 Mute/Unmute commands have been added
Storing/Clearing roles in database
sgoudham 208ed9646b More aesthetically pleasing region field for serverinfo command
sgoudham 93f7265f68 Added handling for more edge cases
sgoudham 51150e1a23 Implemented mute command
Still need to implement database integration and make an unmute command
sgoudham 9c3a8d31dd Accidentally overloaded methods
sgoudham 753e27977d Fixing small error within purge command
sgoudham cbd8a2ad79 Got rid of on_member_unban as I am logging the event through the unban anyways
sgoudham e9d8fc90a3 Moved modlogs over to guild.py
sgoudham 92cc9b3c45 Reverting back to F strings for increased readability
sgoudham ced03ff969 Reverting back to F strings for increased readability
sgoudham 2ee2540d3f Reverted permissions back to Administrator
sgoudham 458ce48f4a Renaming modmail to guild.py
sgoudham 4a3bb4be61 Capitalizing words in the embed
sgoudham 4cd6959e48 Made error messages into embeds
sgoudham 31ef01d03a Added embed colours to kick/ban
Added logging within the unban command
sgoudham 6c3f163cca Added embed colours to kick/ban
sgoudham e40cf0d9a0 Making it multiple integers
sgoudham 6f2e197b7b Added custom type hint to unban command
sgoudham 5cb2e2c4af Renamed variables for increased transparency
Added member unban event
sgoudham da592bb139 Adding edge case for no emojis
sgoudham bebe5130f4 Updating to 4 commands per page
sgoudham e0418743a4 Added colour to confirmation embed
sgoudham 57c6bdd906 Confirmation of the ban/kick is sent everytime and if the modlogs channel exists within the cache, an embed is sent to the modlogs channel too
sgoudham 4d95a04668 Creating modmail channel with more permissions for Enso
sgoudham 1d1212c929 Creating modmail channel with more permissions for Enso
sgoudham 7cde09f9e3 Creating modmail channel with more permissions for Enso
sgoudham bdfe859724 Creating modmail channel with more permissions for Enso
sgoudham c1f1a32d65 Creating modmail channel with more permissions for Enso
sgoudham f6672fd048 Testing what permissions the bot needs in order to function with the modmail system