Answer the question
In order to leave comments, you need to log in
(discord.py) Ignoring exception in command None: discord.ext.commands.errors.CommandNotFound: Command "brbr" is not found, what's wrong?
Here is my code
import discord
from discord.ext import commands
client = commands.Bot(command_prefix="/")
@client.event
async def on_ready():
print("Bot connected")
#***
@client.command()
async def brbr(ctx):
await ctx.author.send("Hello, world")
client.run('token')
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question