chewie
chewie
DIdiscord.js - Imagine ❄
Created by Unholy on 12/9/2024 in #djs-questions
How can i make my bots name chance every minute with code ?
guild.members.me returns the bots guildmember
52 replies
DIdiscord.js - Imagine ❄
Created by Eldenlord on 12/5/2024 in #djs-questions
Delete Message from User in DM
<DMChannel>#messages#fetch - as usual <User>#createDM for the channel And no, thats just for bulkdelete
8 replies
DIdiscord.js - Imagine ❄
Created by Eldenlord on 12/5/2024 in #djs-questions
Delete Message from User in DM
by doing it the spammy way: fetch, iterate, delete
8 replies
DIdiscord.js - Imagine ❄
Created by Eldenlord on 12/5/2024 in #djs-questions
Delete Message from User in DM
The bot can only delete the bots messages.
8 replies
DIdiscord.js - Imagine ❄
Created by Misa on 12/3/2024 in #djs-questions
TAG ID doesn't work correctly
its how discord displays mentions
10 replies
DIdiscord.js - Imagine ❄
Created by Misa on 12/3/2024 in #djs-questions
TAG ID doesn't work correctly
this has nothing to do with the api
10 replies
DIdiscord.js - Imagine ❄
Created by Misa on 12/3/2024 in #djs-questions
TAG ID doesn't work correctly
discord doesn't show uncached users - nothing you can do against
10 replies
DIdiscord.js - Imagine ❄
Created by Devil69 on 12/2/2024 in #djs-questions
click button
You can’t as pointed out multiple times.
45 replies
DIdiscord.js - Imagine ❄
Created by Devil69 on 12/2/2024 in #djs-questions
click button
Interactions are not made to automate your process. Use a webhook and a cronjob or similar.
45 replies
DIdiscord.js - Imagine ❄
Created by Nutchapol on 11/28/2024 in #djs-questions
what happens to the "main listener" when using a message collector?
I suppose
7 replies
DIdiscord.js - Imagine ❄
Created by Nutchapol on 11/28/2024 in #djs-questions
what happens to the "main listener" when using a message collector?
they would both fire
7 replies
DIdiscord.js - Imagine ❄
Created by Nutchapol on 11/28/2024 in #djs-questions
what happens to the "main listener" when using a message collector?
a message collector is nothing else than a client.on('messageCreate') really
7 replies
DIdiscord.js - Imagine ❄
Created by ✗ A D A R S H on 11/25/2024 in #djs-voice
can we edit the voice channel status ??
its not documented and thus not supported
11 replies
DIdiscord.js - Imagine ❄
Created by ✗ A D A R S H on 11/25/2024 in #djs-voice
can we edit the voice channel status ??
I'm not sure what you expect now
11 replies
DIdiscord.js - Imagine ❄
Created by ✗ A D A R S H on 11/25/2024 in #djs-voice
can we edit the voice channel status ??
its not documented and thus not supported
11 replies
DIdiscord.js - Imagine ❄
Created by ✗ A D A R S H on 11/25/2024 in #djs-voice
can we edit the voice channel status ??
You can't
11 replies
DIdiscord.js - Imagine ❄
Created by Invisible on 11/20/2024 in #djs-questions
Leave (NOT COMMAND)
:pepe_clap:
41 replies
DIdiscord.js - Imagine ❄
Created by Invisible on 11/20/2024 in #djs-questions
Leave (NOT COMMAND)
please... just search for ready
41 replies
DIdiscord.js - Imagine ❄
Created by Invisible on 11/20/2024 in #djs-questions
Leave (NOT COMMAND)
messageCreate !== ready
41 replies
DIdiscord.js - Imagine ❄
Created by Invisible on 11/20/2024 in #djs-questions
Leave (NOT COMMAND)
thats your message event
41 replies