Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

how to add multiple arguments in discord commands rewrite

@bot.command()
async def args(ctx, arg1, arg2):
    await bot.say('You sent {} and {}'.format(arg1, arg2))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #add #multiple #arguments #discord #commands #rewrite
ADD COMMENT
Topic
Name
2+9 =