discord python add number to string code example
Example 1: unknown amount of arguments discord py
# Include a asterisk (*) before the variable name, eg:
async def repeatback(context, *words):
# Function code
Example 2: say something in discord discord.py
(Discord.py async)
await ctx.send("Say something here")