dolfies / discord.py-self

A fork of the popular discord.py for user accounts.
https://discordpy-self.rtfd.io/en/latest/
MIT License
697 stars 162 forks source link

API Down #748

Open ImInTheICU opened 1 week ago

ImInTheICU commented 1 week ago

Summary

I am using the simple code example with a user token. It's supposed to log in but fails as of now.

Reproduction Steps

I am using the simple code example with a user token. It's supposed to log in but fails as of now.

Code

import discord
from discord.ext import commands

bot = commands.Bot(command_prefix='>', self_bot=True)

@bot.command()
async def ping(ctx):
    await ctx.send('pong')

bot.run('.............')

Expected Results

The bot is supposed to login.

Actual Results

The bot fails to login and responds with "2024-10-14 08:02:21 WARNING discord.utils Info API down. Falling back to manual fetching...".

System Information

C:\Users\Penguin>python -m discord -v

Checklist

Additional Information

No response

neochine commented 1 week ago

It is up for me

discord-protos==0.0.2
discord-webhook==1.3.1
discord.py-self==2.1.0a4853+gcbf0f7a5

using this version