diamondburned / gtkcord3

A Gtk3 Discord client in Golang
GNU General Public License v3.0
628 stars 28 forks source link

Bot account problems/support #86

Closed w3bb closed 4 years ago

w3bb commented 4 years ago

Currently you can use a bot account by adding "Bot " (with the space) to the beginning of your token. It seems that whenever you enter a guild it closes the client.

This is probably related to the fact that bots now have restrctions on fetching the member list.

In the console you can see this error pop up when you try to use a bot account:

2020/07/22 09:39:01 Members list error: Failed to request guild members: websocket is clos
d

2020/07/22 09:39:02 Members list error: Failed to request guild members: websocket is clos
d

Whenever you visit a guild it seems Discord either closes the websocket or something else went wrong with it.

diamondburned commented 4 years ago

There will be no bot account support in a Discord client made for user accounts.