V3_GQRX_Improvements #11

Merged
logan merged 36 commits from V3_GQRX_Improvements into master 2022-04-16 20:52:44 -04:00
Showing only changes of commit bfb049e268 - Show all commits

View File

@@ -9,9 +9,10 @@ class ClearMessages(commands.Cog):
self.Bot = bot
@commands.command()
async def clear(self, ctx, amount=0):
async def clear(self, ctx, amount=2):
member = ctx.author.display_name
member_id = ctx.author.id
mtn_member = f"<@{member_id}>"
LOGGER.info(f"Clear {amount} messages requested by {member}")