yibuh
Explore posts from serversDIAdiscord.js - Imagine an app
•Created by yibuh on 11/4/2023 in #djs-questions
Set voice channel topic
Is it possible to set the text that goes below the voice channels' names using discord.js?
3 replies
DIAdiscord.js - Imagine an app
•Created by yibuh on 8/6/2022 in #djs-questions
Add empty value to embed field
Is it possible to have an embed field with only a title and no value? I'd like to use hyperlinks & inline fields on an embed.
Thank you 🙂
3 replies
DIAdiscord.js - Imagine an app
•Created by yibuh on 8/4/2022 in #djs-questions
Access Discord.js documentation
Is it possible to access discord.js documentation for autocomplete interactions? I'd like to make a bot similar to d.js docs
7 replies
DIAdiscord.js - Imagine an app
•Created by yibuh on 7/29/2022 in #djs-questions
Has the end() method been removed from InteractionCollector?
As the title says, I am getting an error saying
collector.end()
is not a function when running collector.end()
my collector declaration:
4 replies
DIAdiscord.js - Imagine an app
•Created by yibuh on 7/29/2022 in #djs-questions
Was Util removed from discord.js?
Getting undefined when trying to import Util from discord.js
4 replies
DIAdiscord.js - Imagine an app
•Created by yibuh on 7/27/2022 in #djs-questions
get EmbedBuilder from Embed object
is it possible to get an embed builder instance from an embed object?
I am trying to edit an already sent message's embed using the EmbedBuilder methods.
Example:
18 replies
DIAdiscord.js - Imagine an app
•Created by yibuh on 7/26/2022 in #djs-questions
setDefaultMemberPermissions
4 replies
DIAdiscord.js - Imagine an app
•Created by yibuh on 7/23/2022 in #djs-questions
Detect user profile picture update
As the title says, is it possible to detect a user profile picture update?
Would the Client#userUpdate event trigger when this happens and would I be able to compare the old state and the new state?
18 replies