Answer the question
In order to leave comments, you need to log in
What if it works for everyone, but I don't?
I am learning to make bots for discord, I watch the tutorial purely to at least understand the process. He does, and I repeat after him and that's the problem, I did everything like his, but the bot does not want to start. Help who can.
import discord
from discord.ext import commands
bot = commands.Bot(command_prefix = ">", intents = discord.Intents.all())
@bot.event
async def on_ready():
print("I am connecred!")
bot.run("")
async def on_ready():
^
SyntaxError: invalid syntax
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