Answer the question
In order to leave comments, you need to log in
It throws an error when using @bot.event, what am I doing wrong? Discord.py?
Here is the error displayed -
@bot.event
NameError: name 'bot' is not defined
Answer the question
In order to leave comments, you need to log in
import discord
from discord.ext import commands
TOKEN = "тут был токен!"
bot = commands.Bot(command_prefix='ПРЕФИКС')
bot.run(TOKEN)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question