#I need help with my bot
1 messages · Page 1 of 1 (latest)
file "commands " from discord.ext import commands
from main import bot
@bot.command()
async def pomoc(ctx):
await ctx.send('test')
use cogs
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)
.guide
it has a page for cogs
thx bro
np
.close
Done with your help thread?
Please close your own help thread by using </close:1009144375709814897> with @next meteor.