(rewrite): /cite command rewritten. (Never even tried this yet.)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user