I've been trying to make my bot's embed color update dynamically (using random color, editing HSV value). However, using msg.embeds[0] seems to give me the prev
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?
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
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
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
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
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
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
I have wrote this userinfo code: @bot.command() async def userinfo(ctx, member: discord.Member, roles=None, author=None): if member: embed = discord
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
I get no errors or anything. Using newest version of discord.py v2. @client.command(aliases = ["Rock Paper Scissors", "RPS", "Rockpaperscissors", "rockpaperscis
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
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.
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.
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
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
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
If I follow the instructions here, would it be considered against Discord TOS? Such as botting or whatever.
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 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