MrBeast
MrBeast
SIASapphire - Imagine a framework
Created by MrBeast on 8/3/2023 in #sapphire-support
Easy way to add per command permissions/restrictions
16 replies
SIASapphire - Imagine a framework
Created by MrBeast on 8/3/2023 in #sapphire-support
Easy way to add per command permissions/restrictions
I managed to get the precondition part and the actual restriction part working. But i have one problem. I have some commands where i setup where i have permission levels setup like skyra but if a command has PermissionLevels.Staff the command wont run for a user who isnt a staff even if they are whitelisted. Is there a quick and easy way to make the restriction whitelist take priority over the PermissionLevel preconditions? I think i have to update every precondition for permission level to check for the whitelist.
16 replies
SIASapphire - Imagine a framework
Created by MrBeast on 8/3/2023 in #sapphire-support
Easy way to add per command permissions/restrictions
Alright thanks
16 replies
SIASapphire - Imagine a framework
Created by MrBeast on 8/3/2023 in #sapphire-support
Easy way to add per command permissions/restrictions
kinda like how dyno does
16 replies
SIASapphire - Imagine a framework
Created by MrBeast on 8/3/2023 in #sapphire-support
Easy way to add per command permissions/restrictions
I wanted to make a command to allow members to setup their own restrictions per command
16 replies
SIASapphire - Imagine a framework
Created by MrBeast on 4/25/2023 in #sapphire-support
Recurring Task
whats wrong with mongo, what database do you recommend
29 replies
SIASapphire - Imagine a framework
Created by MrBeast on 5/6/2023 in #sapphire-support
Augmenting detailed description
Ok worked when i changed it to
export interface DetailedDescriptionCommand {
usage: string;
examples: string[];
extendedHelp?: boolean
}
export interface DetailedDescriptionCommand {
usage: string;
examples: string[];
extendedHelp?: boolean
}
8 replies
SIASapphire - Imagine a framework
Created by MrBeast on 5/6/2023 in #sapphire-support
Augmenting detailed description
Its in an extended command
8 replies
SIASapphire - Imagine a framework
Created by MrBeast on 5/6/2023 in #sapphire-support
Augmenting detailed description
8 replies
SIASapphire - Imagine a framework
Created by MrBeast on 5/6/2023 in #sapphire-support
Augmenting detailed description
This code is just for testing
8 replies
SIASapphire - Imagine a framework
Created by MrBeast on 5/6/2023 in #sapphire-support
Augmenting detailed description
8 replies
SIASapphire - Imagine a framework
Created by MrBeast on 4/25/2023 in #sapphire-support
Recurring Task
ill try and make my own system based on this information
29 replies
SIASapphire - Imagine a framework
Created by MrBeast on 4/25/2023 in #sapphire-support
Recurring Task
Alright thanks
29 replies
SIASapphire - Imagine a framework
Created by MrBeast on 4/25/2023 in #sapphire-support
Recurring Task
and maybe a mongo db
29 replies
SIASapphire - Imagine a framework
Created by MrBeast on 4/25/2023 in #sapphire-support
Recurring Task
is there anyway i can use it without using a redis db
29 replies
SIASapphire - Imagine a framework
Created by MrBeast on 4/25/2023 in #sapphire-support
Recurring Task
but i have no idea how to implement a recurring task in my bot cleanly
29 replies
SIASapphire - Imagine a framework
Created by MrBeast on 4/25/2023 in #sapphire-support
Recurring Task
i know how to check if a giveaway has ended or not and how to handle that
29 replies