delios
delios
Explore posts from servers
SIASapphire - Imagine a framework
Created by delios on 11/15/2024 in #sapphire-support
Constantly getting "The application did not respond"
Cuz' it's the culprit for all my suffering
41 replies
SIASapphire - Imagine a framework
Created by delios on 11/15/2024 in #sapphire-support
Constantly getting "The application did not respond"
Btw don't want to be too cocky but does that seem correct lmao
import { Precondition } from '@sapphire/framework';

export class AdminOnlyPrecondition extends Precondition {
async messageRun(message) {
return this.checkAdmin(message.member);
}

async commandRun(message) {
return this.checkAdmin(message.member);
}

async interactionRun(interaction) {
return this.checkAdmin(interaction.member);
}

async checkAdmin(member) {
return member.permissions.has('ADMINISTRATOR')
? this.ok()
: this.error({ message: 'Vous n\'êtes pas un administrateur' });
}
}
import { Precondition } from '@sapphire/framework';

export class AdminOnlyPrecondition extends Precondition {
async messageRun(message) {
return this.checkAdmin(message.member);
}

async commandRun(message) {
return this.checkAdmin(message.member);
}

async interactionRun(interaction) {
return this.checkAdmin(interaction.member);
}

async checkAdmin(member) {
return member.permissions.has('ADMINISTRATOR')
? this.ok()
: this.error({ message: 'Vous n\'êtes pas un administrateur' });
}
}
41 replies
SIASapphire - Imagine a framework
Created by delios on 11/15/2024 in #sapphire-support
Constantly getting "The application did not respond"
Have a very nice day Seren
41 replies
SIASapphire - Imagine a framework
Created by delios on 11/15/2024 in #sapphire-support
Constantly getting "The application did not respond"
And thank you for that piece of doc
41 replies
SIASapphire - Imagine a framework
Created by delios on 11/15/2024 in #sapphire-support
Constantly getting "The application did not respond"
Thank you very much for your patience and reading through long text for such a mistake
41 replies
SIASapphire - Imagine a framework
Created by delios on 11/15/2024 in #sapphire-support
Constantly getting "The application did not respond"
Will look into that
41 replies
SIASapphire - Imagine a framework
Created by delios on 11/15/2024 in #sapphire-support
Constantly getting "The application did not respond"
going mad!!!!!!!!!
41 replies
SIASapphire - Imagine a framework
Created by delios on 11/15/2024 in #sapphire-support
Constantly getting "The application did not respond"
Doesn't work!!!!!!!!!!!!!!!!!!!!!!!!
41 replies
SIASapphire - Imagine a framework
Created by delios on 11/15/2024 in #sapphire-support
Constantly getting "The application did not respond"
And restarting the bot with everything in place
41 replies
SIASapphire - Imagine a framework
Created by delios on 11/15/2024 in #sapphire-support
Constantly getting "The application did not respond"
So I don't know am I just gambling it's working by removing random stuff?
41 replies
SIASapphire - Imagine a framework
Created by delios on 11/15/2024 in #sapphire-support
Constantly getting "The application did not respond"
Worked
41 replies
SIASapphire - Imagine a framework
Created by delios on 11/15/2024 in #sapphire-support
Constantly getting "The application did not respond"
Re-added the exact same precondition
41 replies
SIASapphire - Imagine a framework
Created by delios on 11/15/2024 in #sapphire-support
Constantly getting "The application did not respond"
Worked
41 replies
SIASapphire - Imagine a framework
Created by delios on 11/15/2024 in #sapphire-support
Constantly getting "The application did not respond"
Re-added the exact same idHint
41 replies
SIASapphire - Imagine a framework
Created by delios on 11/15/2024 in #sapphire-support
Constantly getting "The application did not respond"
Worked
41 replies
SIASapphire - Imagine a framework
Created by delios on 11/15/2024 in #sapphire-support
Constantly getting "The application did not respond"
So I removed my precondition and my idHints which I guess would most likely be the cause
41 replies
SIASapphire - Imagine a framework
Created by delios on 11/15/2024 in #sapphire-support
Constantly getting "The application did not respond"
OK wait
41 replies
SIASapphire - Imagine a framework
Created by delios on 11/15/2024 in #sapphire-support
Constantly getting "The application did not respond"
Hmm good point it's not being executed
41 replies
SIASapphire - Imagine a framework
Created by delios on 11/15/2024 in #sapphire-support
Constantly getting "The application did not respond"
Here's the full file and let me see with log
41 replies
SIASapphire - Imagine a framework
Created by delios on 11/15/2024 in #sapphire-support
Constantly getting "The application did not respond"
41 replies