Code Monkey home page Code Monkey logo

discord-forever_online's Introduction

Discord-Forever_Online

A discord selfbot to keep the account online with any status.

Inatall discord.py-self module with pip

$ pip install discord.py-self

Add the token in main.py

Valid Status
online
dnd
idle

Usage:

$ python3 main.py online

discord-forever_online's People

Contributors

defkiehaust avatar

Stargazers

 avatar

Watchers

 avatar

discord-forever_online's Issues

api down

script dosnt work anymore ? api down while starting ?

~/fon$ python3 main.py dnd
Bot running in dnd mode
2023-11-23 13:12:42 INFO discord.client Logging in using static token.
2023-11-23 13:12:43 WARNING discord.utils Info API down. Falling back to manual fetching...
Traceback (most recent call last):
File "/home/stoned/fon/main.py", line 32, in
bot.run(token)
File "/home/stoned/.local/lib/python3.11/site-packages/discord/client.py", line 938, in run
asyncio.run(runner())
File "/usr/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/home/stoned/.local/lib/python3.11/site-packages/discord/client.py", line 927, in runner
await self.start(token, reconnect=reconnect)
File "/home/stoned/.local/lib/python3.11/site-packages/discord/client.py", line 857, in start
await self.login(token)
File "/home/stoned/.local/lib/python3.11/site-packages/discord/client.py", line 698, in login
data = await state.http.static_login(token.strip())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/stoned/.local/lib/python3.11/site-packages/discord/http.py", line 991, in static_login
await self.startup()
File "/home/stoned/.local/lib/python3.11/site-packages/discord/http.py", line 562, in startup
self.super_properties, self.encoded_super_properties = sp, _ = await utils._get_info(session)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/stoned/.local/lib/python3.11/site-packages/discord/utils.py", line 1446, in _get_info
bn = await _get_build_number(session)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/stoned/.local/lib/python3.11/site-packages/discord/utils.py", line 1478, in get_build_number
return int(build_file[build_index : build_index + 6])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: 'ER_V2
'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.