#I need help with my bot

1 messages · Page 1 of 1 (latest)

austere elbow
#

error :
2023-04-10 20:47:29 ERROR discord.ext.commands.bot Ignoring exception in command None
discord.ext.commands.errors.CommandNotFound: Command "pomoc" is not found

#

file "commands " from discord.ext import commands
from main import bot

@bot.command()
async def pomoc(ctx):
await ctx.send('test')

sharp hearth
#

use cogs

austere elbow
#

main file :
token = ''
import discord
from discord.ext import commands

bot = commands.Bot(command_prefix= '!', intents= discord.Intents.all(), help_command= None)

bot.run(token)

sharp hearth
#

.guide

ruby ravineBOT
sharp hearth
#

it has a page for cogs

austere elbow
sharp hearth
#

np

tall lance
#

.close

ruby ravineBOT
#

Done with your help thread?

Please close your own help thread by using </close:1009144375709814897> with @next meteor.