-
I narrowed down a problem I was getting on the [p]version command for both regular and selfbots, where it would say "I need the `Embed links` permission to send this."
As it turns out, Discord doesn'…
-
-
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…
-
Maybe have it so other people can use the commands so you are pretty much the server bot
-
I would like this snippet to work:
``` py
server = await bot.accept_invite(invite)
# do stuff with server
```
Is that possible?
-
My apologies if this question has already been answered and/or documented. I was looking through the docs and noticed that on a Ready event, an array of Presences for the user's friends (not applicabl…
-
One day my discord bot started saying this:
---
Traceback
(most recent call last):
File "O:\DiscordBot\Cow Bot\Cow-DiscordBot\cow.py", line 715, in
client.run(str(login_info[0]), str(login_i…
-
On **June 17th, 2016** - bots will start considering their owner's two factor status on servers with two factor authentication enabled, meaning, they will be unable to perform functions which require …