Discord-user-bots icon indicating copy to clipboard operation
Discord-user-bots copied to clipboard

Working discord user bots library.

Results 29 Discord-user-bots issues
Sort by recently updated
recently updated
newest added

It seems that client.send can only sed message to a channel.

I noticed that there is no support for button interactions ![изображение](https://user-images.githubusercontent.com/58046032/167445561-60bc3cd6-ecec-4568-92ac-7e54e5763766.png)

Hi, The join_guild function is deprecated. Is there any replacement for it? I also send you a request on discord if you would accept. I am Thrall#7810. Really need to...

I made an invite link for those new game activity feature, i.e. YouTube Together and I want the user account to join the voice channel using that specific invite.

Hi. I need to get a list of people that have a role in some guild(not @everyone), but I couldn't find any function to do so.

audio support would be nice!

Currently the bot seems to randomly disconnect when running the following code and fails to autoreconnect ``` const Discord = require("discord-user-bots"); const client = new Discord.Client("TOKEN"); client.on.ready = function ()...

being able to join voice channels and play sound files or record and get a file from the sounds of the voice channel you could link it well with some...

When I use `client = new Discord.Client(token);` and when token is invalid got message ``` discord-user-bots\src\client\client.js:58 } else throw new DiscordAPIError(`Discord rejected token "${token}" (Not valid)`); DiscordAPIError: Discord API Error:...