diff options
Diffstat (limited to 'src/commands/user')
| -rw-r--r-- | src/commands/user/nickname.ts | 4 |
1 files changed, 2 insertions, 2 deletions
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 |