Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged Discord.js
0
votes
954
views
1
answer
discord.js - doing discord shortcut bot
I'm new to discord.py and i'm coding a bot. As you know there is a bot Groovy which is ... question from:https://stackoverflow.com/questions/65861023/doing-discord-shortcut-bot...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
874
views
1
answer
discord.js - Does discord limit what information can you get using a bot?
I wrote a quick discord bot as a joke, that just sends a gag message to my friend every 3 or 4 days. ... /65864187/does-discord-limit-what-information-can-you-get-using-a-bot...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
812
views
1
answer
discord.js - Reputation system with mongodb
was trying to make a reputation system where one user marked the other with the command for example: ... ://stackoverflow.com/questions/65879288/reputation-system-with-mongodb...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
949
views
1
answer
discord.js - Facing Problems With Help Desk Bot
client.on('message', msg => { if (msg.channel.id === '803259607317348373') { msg.author.send("Pong! ... ://stackoverflow.com/questions/65887623/facing-problems-with-help-desk-bot...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
1.1k
views
1
answer
discord.js - Cannot read property 'get' of undefined js
this is the code - module.exports = { name: 'clear', description: "Clear messages!", async execute( ... .com/questions/65893104/cannot-read-property-get-of-undefined-js...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
796
views
1
answer
discord.js - i get stucked on my project - i have error
the command just no work. the first one i a execute, and the 2nd is the code enter image description here if( ... com/questions/65897218/i-get-stucked-on-my-project-i-have-error...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
1.0k
views
1
answer
discord.js - How can I do this? awaitMessages
I want to stop/cancel the command when they have responsed. Now it is sending the no more time text and ... ://stackoverflow.com/questions/65901199/how-can-i-do-this-awaitmessages...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
832
views
1
answer
discord.js - How can I add a role to a member
So I am trying to make a verify script so when a member join he/she has to write !verify and then he/she ... stackoverflow.com/questions/65901388/how-can-i-add-a-role-to-a-member...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
949
views
1
answer
discord.js - Error: Cannot find module './handlers/command_handler'
https://i.stack.imgur.com/vySa9.png hey, this is the error when i type node . ['command_handler' ... .com/questions/65901596/error-cannot-find-module-handlers-command-handler...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
840
views
1
answer
discord.js - Issues with audio and playing in more than one server
async function play(message, correct, channel, mp3) { const connection = await channel.join(); await new Promise(done ... -js-issues-with-audio-and-playing-in-more-than-one-server...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
1.0k
views
1
answer
discord.js - I'm having problems with combining these two codes together:
This is what I have tried: It only executes the first one. client.on('message', message => { if ( ... /questions/65916291/im-having-problems-with-combining-these-two-codes-together...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
934
views
1
answer
discord.js .msg.channel.send().then promise not working
So this is my code for sending an embed, that says Loading shop with the dots changing. However, I am ... /questions/65923286/discord-js-msg-channel-send-then-promise-not-working...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
826
views
1
answer
discord.js command handling else if problem
I'm new to discord.js and I'm trying to make a really simple command with command handling. The ... .com/questions/65952367/discord-js-command-handling-else-if-problem...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
1.3k
views
1
answer
discord.js - So i'm trying to make a discord bot that can send random pictures in a js format but i have no idea how to
if(command === 'example'){ client.commands.get('exaple').execute(message, args); message.channel.send('https://i. ... -a-discord-bot-that-can-send-random-pictures-in-a-js-format...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
1.5k
views
1
answer
discord.js - guildmemberupdate event only occurs when bot gets updated
This only picks up when the actual bot gets updated and not when other users update client.on(' ... questions/65945649/guildmemberupdate-event-only-occurs-when-bot-gets-updated...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
1.1k
views
1
answer
discord.js - Fetching all guild members [djs11]
I was wondering is it possible to fetch through all members in the guild and get their IDs? I made ... ://stackoverflow.com/questions/65621757/fetching-all-guild-members-djs11...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
686
views
1
answer
discord.js http request/status
I have a question. How do I check the status of a website? What do I need? I just want to code ... from:https://stackoverflow.com/questions/65600460/discord-js-http-request-status...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
1.3k
views
1
answer
discord.js - "Cannot read property 'cache' of undefined" when I check a member role
I want to make a mute command for my Discord bot but that create errors: C:Program Files odejs ode.exe .index ... cannot-read-property-cache-of-undefined-when-i-check-a-member-role...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
987
views
1
answer
discord.js - Is there a way I can join a discord server, through its ID, My bot is already in the server
This question already has an answer here: question from:https://stackoverflow.com/questions/65646131/is-there-a-way-i-can-join-a-discord-server-through-its-id-my-bot-is-already-in...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
881
views
1
answer
discord.js - Quick.db unwarn command unwarns all the warns in a member
I am coding my own discord bot, and making warn system with quick.db package, and having a problem. If I warn ... 65661262/quick-db-unwarn-command-unwarns-all-the-warns-in-a-member...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
1.5k
views
1
answer
discord.js - Loop all values in client.guilds, then loop all members in each guild
I'm trying to make a moderation bot and I'm trying to solve an issue I have where when the bot stops/restarts/ ... -all-values-in-client-guilds-then-loop-all-members-in-each-guild...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
937
views
1
answer
discord.js - Im trying to do a reaction role bot on discord
client.on('messageReactionAdd', async (reaction, user) => { if(reaction.message.id === "731619243249893417"){ const ... /66056855/im-trying-to-do-a-reaction-role-bot-on-discord...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
1.1k
views
1
answer
discord.js - Im trying to do a reaction role bot on discord
client.on('messageReactionAdd', async (reaction, user) => { if(reaction.message.id === "731619243249893417"){ const ... /66056855/im-trying-to-do-a-reaction-role-bot-on-discord...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
1.8k
views
1
answer
discord.js - "Cannot read property 'cache' of undefined" when I check a member role
I want to make a mute command for my Discord bot but that create errors: C:Program Files odejs ode.exe .index ... cannot-read-property-cache-of-undefined-when-i-check-a-member-role...
asked
Apr 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
944
views
1
answer
discord.js - Is there a way I can join a discord server, through its ID, My bot is already in the server
This question already has an answer here: question from:https://stackoverflow.com/questions/65646131/is-there-a-way-i-can-join-a-discord-server-through-its-id-my-bot-is-already-in...
asked
Mar 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
964
views
1
answer
discord.js - Is there a way I can join a discord server, through its ID, My bot is already in the server
This question already has an answer here: question from:https://stackoverflow.com/questions/65646131/is-there-a-way-i-can-join-a-discord-server-through-its-id-my-bot-is-already-in...
asked
Mar 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
945
views
1
answer
discord.js - 通道静音命令Discordjs(Channel Mute command Discordjs)
I tried to make a +cmute command that will lock everyone's typing access from the channel. (我试图制作一个+ cmute命令,该命令将锁定 ... do this!`) } }; ask by Andrei David Hancu translate from so...
asked
Mar 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
0
votes
982
views
1
answer
discord.js - 通道静音命令Discordjs(Channel Mute command Discordjs)
I tried to make a +cmute command that will lock everyone's typing access from the channel. (我试图制作一个+ cmute命令,该命令将锁定 ... do this!`) } }; ask by Andrei David Hancu translate from so...
asked
Feb 21, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
discord.js
To see more, click for the
full list of questions
or
popular tags
.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] html - Why does page move up when keyboard appears on mobile device?
[2] javax.validation.Validator校验对象的时候,如何校验子对象?
[3] vue 定义组件的时候怎么把style样式也写到组件定义内部,而且不影响其他组件?
[4] powershell - Make New-PSDrive drive viewable to another device when a USB cable is plugged into each device
[5] webpack,插件报错
[6] 请问下各位大佬一个关于setsockopt函数的level参数问题?
[7] database - Clickhouse External Dictionary not loading
[8] css - How to resize the ClipPath area of SVG?
[9] tomcat - Removing specific algorithms from Java security providers
[10] c++ - PCL - Find the function body of showCloud
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...