-
Would it be possible to have a Branch For using with bot with out having to use the selfbot
-
I think there's an issue with your code.
`Traceback (most recent call last):
File "selfbot.py", line 277, in
client.run('email@gmail.com','pw')
File "/usr/local/lib/python3.5/site-package…
-
Add a "play" command to play music, including volume commands, skip, stop etc....
-
I got Normal search just fine but image search doesnt work...
Error in terminal:
```
Ignoring exception in command i
Traceback (most recent call last):
File "/home/gideon/.local/lib/pyt…
-
So i keep getting a error ;-;
and I keep trying to reinstall but it just wont work !!
here see for urself
https://gyazo.com/b0ef55802d43d8e850d3e213126c06a6
-
I tried changing the game with this very simple code:
```d
auto client = new Client("");
GatewayClient gw = client.gw;
gw.run();
gw.send(new StatusUpdate(0, new Game("game")));
```
But it cra…
-
Hey,
I've tried to use JDA to set my own user's account status to `idle`, using `setIdle`, but it didn't work.
This is apparently what is sent to the server:

# do stuff with server
```
Is that possible?