From 100c1b85608a5b605f52ce4e2119ca8fecaa5ee9 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Tue, 14 Jul 2020 07:02:27 -0700 Subject: add nickname command --- src/commands/user/nickname.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/commands/user/nickname.ts') diff --git a/src/commands/user/nickname.ts b/src/commands/user/nickname.ts index 43c46cc..09cf717 100644 --- a/src/commands/user/nickname.ts +++ b/src/commands/user/nickname.ts @@ -1,4 +1,4 @@ -import { Command, CommandoMessage, CommandoClient } from 'discord.js-commando'; +/* import { Command, CommandoMessage, CommandoClient } from 'discord.js-commando'; //@ts-ignore no types import emoji from 'emoji-random'; @@ -33,4 +33,4 @@ module.exports = class NickNameUser extends Command { msg.member.setNickname(userNick) return msg.reply(`Your nickname has been changed to ${userNick}. ` + emoji.random()) } -}; \ No newline at end of file +}; */ \ No newline at end of file -- cgit v1.2.3