I am currently creating a bot for Discord. So far, I have got the bot up, and have it "Online" in my server. I created a custom command named !yata that display
I have no idea how to make my discord bot able to assign a role after a certain time from the join date. Someone suggested me to use node-cron, but i have no id
I have no idea how to make my discord bot able to assign a role after a certain time from the join date. Someone suggested me to use node-cron, but i have no id
I have a Discord bot coded in Python, and I have a setup command for it where it creates different colour roles in the server. Instead of it sending a message e
I made a discord bot and i have no idea what's wrong with my code i mean look: const Discord = require("discord.js"); const client = new Discord.Client({ i
So this code I found below doesn't work I get to the authenticate screen then when t redirects me it just says Not logged in, Login in again. Does anyone know w
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 =