Category "discord"

Java Discord Bot

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

Making a Discord bot assign a role after a certain time from the member join date?

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

Making a Discord bot assign a role after a certain time from the member join date?

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

Editing a message that has already been edited in Discord.py

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

Discord.js bot not logging in

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

PHP Discord OAUTH2 code sample not working

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

Is it possible to link the Discord server's name with its invite?

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

C# Discord Embed Emoji Scraping

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

Discord bot going offline after a loop

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:

how to make discord bot to get user eth address and store them in database?

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

How can i find all channel ids?

def SpamRequest(): channel_id = random.choice(channel_ids) r = requests.post(f"https://discord.com/api/v9/channels/{channel_id}/messages", data=payload,

Discord.py Embed

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

How can I install opus for Windows?

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

How can I deny @everyone and allow the author to view the channel?

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

Single action script for discord bot with python discord.py

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

Discord.js Is there any way to get all users to separate variables?

Is there any way to get all id's of users in one server to separate variables?

replit discord await channel.connect() error

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

Can't Connect Mongoose to MongoDB - There is no established connection with mongoose and a mongoose connection is required

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

discord.py, json | temprole command

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

Discord js <@userid> doesn't work correctly

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 =