discord tag

17 questions


2 answers
55 views
0
Punishment System in Global Chat Using Discord.js

I use Discord.js to create a global chat.This person made it by referring to the website .So I thought that if you can't mute it, it might get rough, so I asked you a question.Do you know where to det...

2 years ago

1 answers
108 views
0
I want to log in in interactive mode instead of looping at discord.py

import discordclient=discord.Client()client.run (TOKEN)With this, it becomes a loop and cannot be put into interactive mode.How do I log in in interactive mode?

2 years ago

1 answers
120 views
0
forever command

I stumbled while creating a discord bot.I created it with node.js and run it with the forever command, but there is a bug(?) that sends a lot of replies.This increases every time you issue the forever...

2 years ago

1 answers
102 views
0
I want Discord bot to be able to randomly send images in the list in response to specific words.

I'd like to send random images to specific words on the discord bot.I asked you a question because I don't know.At this stage, it is possible to take random items on the list, but I don't know how to ...

2 years ago

2 answers
142 views
0
To Obtain User Information by Identification on discord.py

How do I get user information by identifying myself?

2 years ago

1 answers
118 views
0
Discord.js v13 Detects Specific Messages

** is hidden because of abusive language.What code should I reply to when I find a sentence with a specific message?client.on(messageCreate, (msg)=>{ if(message.content.match===**){ msg.reply(Don'...

2 years ago

1 answers
131 views
0
I don't want to mention it when I reply in discord.js.

When I executed the code below, the message was replied, but it was mentioned.Please tell me how someone won't mention it.v13.message.reply({ content: hoge allowedMentions: { parse —[ ] } })

2 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.