v0.01
@bot.command("ReplaceMe")
async def ReplaceMe(ctx):
await ctx.send("Response to the replace me command.")
In discord chat type >ReplaceMe
to run your command.
@bot.command("ReplaceMe")
async def ReplaceMe(ctx, name):
await ctx.send(f"Response to the replace me command. {name}")