Answer the question
In order to leave comments, you need to log in
How to make a discord bot accept a command of 2 words?
I want to make it so that my bot can accept commands from 2 words !clear all, and not just !clear
async def clear(ctx, amount=1):
await ctx.channel.purge(limit=amount)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question