import discord
from discord.ext import commands
TOKEN = ' '
bot = commands.Bot(command_prefix='>')
@bot.command()
async def Hi(ctx):
await ctx.send('Hi')
bot.run(TOKEN)
Ignoring exception in command None:
discord.ext.commands.errors.CommandNotFound: Command "hello" is not found