⃝
Explore posts from servers
Listeners and Index.js
Also, I appreciate you both for trying to help but I have given up on the Giveaway System as I took @fanny's advise on focusing more on my bot's niche.
13 replies
Listeners and Index.js
I changed that path to the correct one, it still didn't work
13 replies
Listeners and Index.js
ik ging jou description gwn aankijken en zag dat je van nederland bent en nederlands kan spreken
13 replies
Listeners and Index.js
Also, hooi hoe gaat het
13 replies
Listeners and Index.js
My niche is a rpg system and the rest are just for multipurpose
13 replies
SIASapphire - Imagine a Framework
Created by on 3/25/2024 in #discordjs-support
Invalid Token Error
I'm sory for wasting ur time, ty
11 replies
SIASapphire - Imagine a Framework
Created by on 3/25/2024 in #discordjs-support
Invalid Token Error
Omg that simple lol
11 replies
SIASapphire - Imagine a Framework
Created by on 3/25/2024 in #discordjs-support
Invalid Token Error
what should it be
11 replies
SIASapphire - Imagine a Framework
Created by on 3/25/2024 in #discordjs-support
Invalid Token Error
I have found out that the Level System in my index.js (https://sourceb.in/fWWNg1C0ZC) was the issue. If anyone can let me know where or how I need to implement the Level System in the index.js, that would be great.
11 replies
SIASapphire - Imagine a Framework
Created by on 3/22/2024 in #sapphire-support
User Install (The new update)
I see, pretty unfortunate
16 replies
SIASapphire - Imagine a Framework
Created by on 3/22/2024 in #sapphire-support
User Install (The new update)
Will do :cat_hehe:
16 replies
SIASapphire - Imagine a Framework
Created by on 3/22/2024 in #sapphire-support
User Install (The new update)
So, your saying discord has to add a way for me to make User Installs work?
16 replies
SIASapphire - Imagine a Framework
Created by on 3/22/2024 in #sapphire-support
User Install (The new update)
Ah I see
16 replies
SIASapphire - Imagine a Framework
Created by on 3/22/2024 in #sapphire-support
User Install (The new update)
Is this using builders?
const { EmbedBuilder } = require('discord.js');

class UserCommand extends BeemoCommand {
/**
* @param {BeemoCommand.Context} context
* @param {BeemoCommand.Options} options
*/
constructor(context, options) {
super(context, {
...options,
description: '',
permissionLevel: PermissionLevels.BotOwner
});
}

/**
* @param {BeemoCommand.Registry} registry
*/
registerApplicationCommands(registry) {
registry.registerChatInputCommand((builder) =>
builder //
.setName('')
.setDescription(this.description)
);
}

/**
* @param {BeemoCommand.ChatInputCommandInteraction} interaction
*/
async chatInputRun(interaction) {
const { EmbedBuilder } = require('discord.js');

class UserCommand extends BeemoCommand {
/**
* @param {BeemoCommand.Context} context
* @param {BeemoCommand.Options} options
*/
constructor(context, options) {
super(context, {
...options,
description: '',
permissionLevel: PermissionLevels.BotOwner
});
}

/**
* @param {BeemoCommand.Registry} registry
*/
registerApplicationCommands(registry) {
registry.registerChatInputCommand((builder) =>
builder //
.setName('')
.setDescription(this.description)
);
}

/**
* @param {BeemoCommand.ChatInputCommandInteraction} interaction
*/
async chatInputRun(interaction) {
16 replies
SIASapphire - Imagine a Framework
Created by on 3/22/2024 in #sapphire-support
User Install (The new update)
No description
16 replies
SIASapphire - Imagine a Framework
Created by on 3/11/2024 in #sapphire-support
Paginated Message not working
👍🏽
6 replies
SIASapphire - Imagine a Framework
Created by on 3/11/2024 in #sapphire-support
Paginated Message not working
Thank you, one thing though. How can I mke it add buttons?
6 replies
DIAdiscord.js - Imagine an app
Created by on 3/11/2024 in #djs-questions
"This Interaction Failed" Error
That'd be a good solution. Thank you!
10 replies
DIAdiscord.js - Imagine an app
Created by on 3/11/2024 in #djs-questions
"This Interaction Failed" Error
That if they dont share a common server with the bot, it won't work
10 replies
DIAdiscord.js - Imagine an app
Created by on 3/11/2024 in #djs-questions
"This Interaction Failed" Error
Any ideas?
10 replies