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 4d5c1183d6 - Show all commits

View File

@@ -8,12 +8,12 @@ class ClearMessages(commands.Cog):
def __init__(self, bot):
self.Bot = bot
@commands.command(name='displayprofiles',
help="Use this command to clear a given number of messages from the channel it is called in.\n"
"Example command:\n"
"\t@ clear\n"
"\t@ clear 10",
breif="Clear x messages in the channel it's called in")
@commands.command(name='clear',
help="Use this command to clear a given number of messages from the channel it is called in.\n"
"Example command:\n"
"\t@ clear\n"
"\t@ clear 10",
breif="Clear x messages in the channel it's called in")
async def clear(self, ctx, amount: int = 2):
member = ctx.author.display_name
member_id = ctx.author.id