I have a list that stores dictionaries of the names of the servers my bot is in. The following is within a for loop, so server_name is different for each server
So I have set up a program that the goal of which is to run through every possible ID and test that ID to see if there is a discord emoji URL associated with it
I wanted to give my bot a presence that changes after a certain amount of time. (In this case 5 minutes) @client.event async def on_ready(): while True:
i need to make a very simple discord bot to verify and show eth address and show which user it belongs too. Need to associate a verified eth address for each m
def SpamRequest(): channel_id = random.choice(channel_ids) r = requests.post(f"https://discord.com/api/v9/channels/{channel_id}/messages", data=payload,
I'm making a discord bot and I made a embed but it's not working I tried to make a new bot with few commands like ping and test but the bot is not replying asyn
Discord.py uses opus, but I didn't find how to install it.How can I do it? This method doesn't work https://github.com/discordrb/discordrb/wiki/Installing-libop
I've been tinkering around with this for a while, and I have never done permission based channel creation. I am working on a ticket function for my bot and I ca
I understand that usually the discord bots are in a listening (blocking) loop, but how can I create a function that connects, send a message or perform any acti
Is there any way to get all id's of users in one server to separate variables?
This is my discord bot source on replit import discord import discord.ext from time import sleep import os client = discord.Client() @client.event async def o
I was looking around in Discord.JS and creating a bot, but every time I want to turn on the bot, ( using node index.js) this error happens: throw new Error("Th
So I have this temp role command and I have made it to save the member id and time for the role in a JSON file so the command can't be run on a single member tw
I would like to know if its possible to tag user inside message. For example: msg.channel.send('display and tag user <@426369340> , thanks!').then(msg =
So i have been seeing many youtube vids and got a working code but I cannot find the error in my code import discord from discord import Embed from itertools im
const { MessageEmbed } = require(`discord.js`) const Discord = require("discord.js"); const nodemon = require("nodemon"); const client = new Discord.Client({
To explain briefly, the code is to make already existing buttons after restart of the bot usable again, I store for this the channelId and the messageId. Howeve
So I was making a bot in discord.py which joins a voice channel and disconnects from it after a delay of 3 seconds, just to test how to make it disconnect. I ha
I've improved my code a lot over the past few days but I'm finally stuck. My query is returning "unknown". I've attached the code and a screenshot of the databa
I want to make a simple say command in discord.py (ex.!say something - the bot says "something" and deletes the command message) but every code I found doesn't