(rewrite): /cite command rewritten. (Never even tried this yet.)

This commit is contained in:
2026-08-12 16:01:53 +08:00
parent d6f1586f5d
commit 97ac053c69
3 changed files with 55 additions and 40 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ async function fetchUser(member: Member, id: number | null): Promise<E621User |
.addNumberOption({ name: 'id', description: 'The ID of the user to sync your name to.', required: false, max_value: 16 })
)
class NameSyncCommand extends Command<CommandClient> {
cooldown = 60;
cooldown = 360; // 5m.
async handleCommand(context: CommandClient<any, any>, interaction: CommandInteraction, data: any) {
if (!interaction.inGuild()) return;