Skip to content

Repository files navigation

Computer-Cell-bot

v0.01

Defining your own command

@bot.command("ReplaceMe")asyncdefReplaceMe(ctx):
awaitctx.send("Response to the replace me command.")

Usage

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages