Skip to content

QuantumNovice/Computer-Cell-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

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

  • Python 100.0%