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
940
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
864
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
798
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
934
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
786
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
817
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
935
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
827
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
992
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
919
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
816
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
670
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
975
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
869
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.4k
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
923
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.7k
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
931
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
950
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
931
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
967
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] 根据id数组,删除二维对象数组中的指定项
[2] Node.js 如何获取域名解析的DNS服务器的IP
[3] jmeter - Performance Test - Distributed mode with jtl and smtp listener
[4] python - Why does the same way of opening and writing a file gives me error the second time? ValueError: I/O operation on closed file
[5] vue-element-admin 权限路由的问题
[6] 树结构添加搜索框以快速定位到与查询条件相匹配的叶子节点或子分支。
[7] iconfont 怎么做到按需引入,或者能等界面渲染完再引入可以吗?
[8] c# - How to check null on passed PowerShell argument
[9] c++ - How to make the height coordinates start from the top?
[10] 【已解决】数学推导,Adaboost中zt归一化常数是怎么求出来的
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
广告位招租
...