Answer the question
In order to leave comments, you need to log in
How to get multiple client parameters when calling a command in Discord?
Discord has an arg parameter when registering a team:
@client.command(pass_context = True)
async def test(ctx,arg):
await ctx.send(arg[0])
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