Giter VIP home page Giter VIP logo

discord-infoserver's People

Contributors

adsecu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

brianjking

discord-infoserver's Issues

"TypeError: can only concatenate str (not "int") to str" and "AttributeError: 'Client' object has no attribute 'servers'"

Whenever I run the script bot or user account, I get this response:

 ___ _   _ _____ ___
|_ _| \ | |  ___/ _ \ ___  ___ _ ____   _____ _ __
 | ||  \| | |_ | | | / __|/ _ \ '__\ \ / / _ \ '__|
 | || |\  |  _|| |_| \__ \  __/ |   \ V /  __/ |
|___|_| \_|_|   \___/|___/\___|_|    \_/ \___|_| v0.0.2
#=====================================================#
#                  Twitter: @ADsecu                   #
#=====================================================#




---------------------
I  AM  ONLINE [SelfBot]
MY  NAME  IS:   XXXXX
Ignoring exception in on_ready
Traceback (most recent call last):
  File "/home/jerbear/.local/lib/python3.8/site-packages/discord/client.py", line 343, in _run_event
    await coro(*args, **kwargs)
  File "self_infoserver.py", line 55, in on_ready
    print("MY  ID  IS: "+ bot.user.id)
TypeError: can only concatenate str (not "int") to str

I commented the offending line out and got the response:

 ___ _   _ _____ ___
|_ _| \ | |  ___/ _ \ ___  ___ _ ____   _____ _ __
 | ||  \| | |_ | | | / __|/ _ \ '__\ \ / / _ \ '__|
 | || |\  |  _|| |_| \__ \  __/ |   \ V /  __/ |
|___|_| \_|_|   \___/|___/\___|_|    \_/ \___|_| v0.0.2
#=====================================================#
#                  Twitter: @ADsecu                   #
#=====================================================#




---------------------
I  AM  ONLINE [SelfBot]
MY  NAME  IS:   XXXXX
---------------------


 Choose :
  [1]  Analysis All servers You have.
  [2]  Analysis server by ID.
  [3]  List all server You have
  [0]  Exit
  [00] Clear screen ;)

INFOserver~$ 1
WORKING ...
Ignoring exception in on_ready
Traceback (most recent call last):
  File "/home/jerbear/.local/lib/python3.8/site-packages/discord/client.py", line 343, in _run_event
    await coro(*args, **kwargs)
  File "self_infoserver.py", line 63, in on_ready
    for server in bot.servers:
AttributeError: 'Client' object has no attribute 'servers'

OR

 ___ _   _ _____ ___
|_ _| \ | |  ___/ _ \ ___  ___ _ ____   _____ _ __
 | ||  \| | |_ | | | / __|/ _ \ '__\ \ / / _ \ '__|
 | || |\  |  _|| |_| \__ \  __/ |   \ V /  __/ |
|___|_| \_|_|   \___/|___/\___|_|    \_/ \___|_| v0.0.2
#=====================================================#
#                  Twitter: @ADsecu                   #
#=====================================================#




---------------------
I  AM  ONLINE [SelfBot]
MY  NAME  IS:   XXXXX
---------------------


 Choose :
  [1]  Analysis All servers You have.
  [2]  Analysis server by ID.
  [3]  List all server You have
  [0]  Exit
  [00] Clear screen ;)

INFOserver~$ 2
Type or Paste server ID $~ XXXXXXXXXXX
Ignoring exception in on_ready
Traceback (most recent call last):
  File "/home/jerbear/.local/lib/python3.8/site-packages/discord/client.py", line 343, in _run_event
    await coro(*args, **kwargs)
  File "self_infoserver.py", line 72, in on_ready
    server = discord.utils.get(bot.servers, id=serverid)
AttributeError: 'Client' object has no attribute 'servers'

OR

 ___ _   _ _____ ___
|_ _| \ | |  ___/ _ \ ___  ___ _ ____   _____ _ __
 | ||  \| | |_ | | | / __|/ _ \ '__\ \ / / _ \ '__|
 | || |\  |  _|| |_| \__ \  __/ |   \ V /  __/ |
|___|_| \_|_|   \___/|___/\___|_|    \_/ \___|_| v0.0.2
#=====================================================#
#                  Twitter: @ADsecu                   #
#=====================================================#




---------------------
I  AM  ONLINE [SelfBot]
MY  NAME  IS:   XXXXX
---------------------


 Choose :
  [1]  Analysis All servers You have.
  [2]  Analysis server by ID.
  [3]  List all server You have
  [0]  Exit
  [00] Clear screen ;)

INFOserver~$ 3
Ignoring exception in on_ready
Traceback (most recent call last):
  File "/home/jerbear/.local/lib/python3.8/site-packages/discord/client.py", line 343, in _run_event
    await coro(*args, **kwargs)
  File "self_infoserver.py", line 83, in on_ready
    for server in bot.servers:
AttributeError: 'Client' object has no attribute 'servers'

(I have tried all this with the bot script as well.)

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.