how do I have multiple args in one command in discord.py?
for example
user: /say string
bot: string
or
user: /repeat integer
bot: (repeats something a number of times)
or
user: /kill @mention
bot: user killed @mention
and is there a way where you can put them all into one command?