Skip to content

ComputerCell/Computer-Cell-bot

Repository files navigation

Computer-Cell-bot

v0.01

Defining your own command

@bot.command("ReplaceMe")
async def ReplaceMe(ctx):
    await ctx.send("Response to the replace me command.")

Usage

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}")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages