The following error appears:
hikari.errors.UnauthorizedError: Unauthorized 401: '401: Unauthorized' for https://discord.com/api/v10/gateway/bot
(full error in attachments)
All the intents are turned on in the developer portal
I have all scopes needed
I have all permisions (administrator) although i don't think it matters in this case
I really don't know what i've done wrong
The code is just:
# context: S stands for settings, it contains the token and some other stuff
bot = lb.BotApp(token=S.TOKEN,
default_enabled_guilds=S.GUILDS,
intents=hikari.Intents.ALL,
banner=None,
)
Does anyone know why this happens? Maybe i'm overlooking something...? I sometimes tend to not notice very simple mistakes.....