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