(rewrite): Rewritten /rename to /rename-general.
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user