Daniel
Explore posts from serversSIASapphire - Imagine a framework
•Created by Daniel on 9/10/2023 in #sapphire-support
Sharding Error
I get the following error:
Error: NO CHILD/MASTER EXISTS OR SUPPLIED CLUSTER_MANAGER_MODE IS INCORRECT
it comes from this line: shards: getInfo().SHARD_LIST,
5 replies
DIAdiscord.js - Imagine an app
•Created by Daniel on 7/31/2023 in #djs-questions
Slash Command Permissions
In my Slash Command JSON, I put
default_member_permissions
What value do I put to only allow server administrator perms to use it by default?
3 replies
DIAdiscord.js - Imagine an app
•Created by Daniel on 10/13/2022 in #djs-questions
Modal Invalid Body
3 replies
DIAdiscord.js - Imagine an app
•Created by Daniel on 10/4/2022 in #djs-questions
Message Component Collector Issue
2 does not log when I click a button and I get the following error 5 seconds later
11 replies
DIAdiscord.js - Imagine an app
•Created by Daniel on 8/9/2022 in #djs-questions
erlpack Issues
When installing discord.js, it also installs a package called erlpack which fails to install.
9 replies
DIAdiscord.js - Imagine an app
•Created by Daniel on 8/9/2022 in #djs-questions
client.guilds.cache.array()
I am converting my old bot from discord.js v12 to v14. In v12, there was a function client.guilds.cache.array() which does not work in v14. What are the alternative(s) for v14?
9 replies
DIAdiscord.js - Imagine an app
•Created by Daniel on 7/27/2022 in #djs-questions
Default Permissions
How would I make my /ban command automatically be allowed for Administrators only until they update it in Integrations settings? For obvious security reasons, it needs to be disabled for on-admins by default in case an admin doesn't configure the permissions.
9 replies
DIAdiscord.js - Imagine an app
•Created by Daniel on 7/20/2022 in #djs-questions
Select Menu Reply
For some reason this select menu shows the loading icon right next to the menu and says Interaction failed 3 seconds later without me even choosing an option
7 replies
DIAdiscord.js - Imagine an app
•Created by Daniel on 7/18/2022 in #djs-questions
Product File Solution
I have a command where you can either put a file or external link for an image. When we had message content intents, I would just say either upload a file or send a link. But slash command options only support one. Conditional options don’t exist either so what can I do? One attachment option and one text option is too confusing.
5 replies