(rewrite): Rewritten /rename to /rename-general.

This commit is contained in:
2026-08-11 17:54:11 +08:00
parent d2b30ad060
commit fb24129634
3 changed files with 72 additions and 54 deletions
+4 -3
View File
@@ -1,10 +1,11 @@
// External Imports
import { Command, CommandBuilder, CommandClient, CommandInteraction, Constants, Member, SlashCommand } from 'athena-prime';
// Internal Imports
import { Database } from '../../shared/Database';
import { E621User } from '../../types';
import { CreateDefaultEmbed, getE621User, SetSeverity } from '../../utils';
// External Imports
import { Command, CommandBuilder, CommandClient, CommandInteraction, Constants, Member, SlashCommand } from 'athena-prime';
// ---------------
async function fetchUser(member: Member, id: number | null): Promise<E621User | null> {