Category "discord"

Is it possible to get the list of all members from a discord guild using non-bot token?

Since discord developers added intents system I'm unable to get all members from guild using token of my own account. Is it possible now?

Check all members custom status instead of just my custom status

How could I change this command to check the custom status of all the members in the server instead of just checking the custom status of the person that wrote

I got an error with websocket and json (Discord Gateway)

when i finished the code there was MULTIPLE ERRORS and i was personally confused. import os import websocket #pip install websocket-client import json import ti

Get a list of all NFTs owned by a solana wallet - Python

Im trying to make a python discord bot which pulls all NFTs owned by a wallet which is input by a user. Going through the solana.py docs it only seems they supp

Discord bot stopped working through Heroku, works fine offline

Solved! Answer below. EDIT: Cleaned up this post to keep it all clear. Here's the code for a simple GIF bot. The important thing is: this bot works offline, giv

Why is my Nextcord Discord Music bot not looping or queueing?

I am Making a Music discord bot and I have been trying to make it loop and queue songs. But when I try to queue a song it just starts playing it instead of queu

Discord.py bot doesn't respond to commands but does on mentions

I have a problem with my discord.py bot. Here's a part of the code: import os, discord from discord.ext import commands from flask import Flask from threading i

Discord.py Userinfo

I have wrote this userinfo code: @bot.command() async def userinfo(ctx, member: discord.Member, roles=None, author=None): if member: embed = discord

Get interaction's reponse message object discord.js

Si I have this really simple command : let row = new Discord.MessageActionRow().addComponents(...) // The .. is too long so i'll just remove it for this questio

Cant send discord button

I get no errors or anything. Using newest version of discord.py v2. @client.command(aliases = ["Rock Paper Scissors", "RPS", "Rockpaperscissors", "rockpaperscis

why does next auth say that client_id is required, even though in discord providers, there clearly is a client_id

When I try to use next auth to create a discord oauth client and I click sign in, I get this error: https://next-auth.js.org/errors#get_authorization_url_error

Making a word filter (nextcord,python)

How can I make a word filter? I am using nextcord(py) and I would like to make a word filter, but I dont really know where to start.

Making a word filter (nextcord,python)

How can I make a word filter? I am using nextcord(py) and I would like to make a word filter, but I dont really know where to start.

Discord API - Get a list of all the servers a bot is part of

I created a Discord bot that, once invited to a guild, is able to make API calls such as GET/guilds/{guild.id}/members (https://discord.com/developers/docs/reso

Giveaway Bot with buttons discord.py

Hi this is my giveaway bot command, currently, I am using reactions in it but I want to replace it with buttons like someone clicks on the button then participa

discord.py 1.7.3 - Send messages to a specific user id ( on_ready )

So I'm having the issue where I send a dm message (message var) to each user id on a list (memberlist var), and when I try to send it, I get an error saying: At

Is obtaining the list of all user IDs in a discord server illegal or considered botting?

If I follow the instructions here, would it be considered against Discord TOS? Such as botting or whatever.

How to detect message content Discord.js?

I am working on a code for a Discord bot for my server, and I'm currently stumped on a magic 8 ball feature, go figure. I'm trying to get it to check if there i

I am making a discord.js bot and I want to know if there was an error

I am using the following code to figure out if there was an error. But I want to not run something if there was an error. I have tried to look it up and I could

Discord.Js Message Link

So I've looked through the discord.js docs. I'm not too good at reading docs but is there a way to get the url of the message that initiated the command like: c