summaryrefslogtreecommitdiff
path: root/src/commands/user
diff options
context:
space:
mode:
author8cy <[email protected]>2020-07-14 07:02:27 -0700
committer8cy <[email protected]>2020-07-14 07:02:27 -0700
commit100c1b85608a5b605f52ce4e2119ca8fecaa5ee9 (patch)
treead36bc5949e9b5e32a833a95579b5a407938b2db /src/commands/user
parentadd xorstr (diff)
downloaddep-core-100c1b85608a5b605f52ce4e2119ca8fecaa5ee9.tar.xz
dep-core-100c1b85608a5b605f52ce4e2119ca8fecaa5ee9.zip
add nickname command
Diffstat (limited to 'src/commands/user')
-rw-r--r--src/commands/user/nickname.ts4
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