alqm
SIASapphire - Imagine a Framework
•Created by alqm on 4/20/2025 in #sapphire-support
returning different things to a run method
well thought out response to call your users lazy but thanks for the response anyways
9 replies
SIASapphire - Imagine a Framework
•Created by alqm on 4/20/2025 in #sapphire-support
returning different things to a run method
like can i modify how sapphire handles replies on my side without modifying the underlying library code
9 replies
SIASapphire - Imagine a Framework
•Created by alqm on 4/20/2025 in #sapphire-support
returning different things to a run method
or instead of
return interaction.reply({ embeds: [{ description: 'x' }] });
its
return { embed: [ { description: 'x' } ] };
9 replies
SIASapphire - Imagine a Framework
•Created by alqm on 4/20/2025 in #sapphire-support
returning different things to a run method
so instead of
return interaction.reply('x');
its
return 'x';
9 replies
SIASapphire - Imagine a Framework
•Created by Tejas on 4/10/2025 in #sapphire-support
Commands `status-rewards` and `status-rewards-admin` don't register on Discord
I swear you can...
16 replies