summaryrefslogtreecommitdiff
path: root/commands/voice/itemshop.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/voice/itemshop.js')
-rw-r--r--commands/voice/itemshop.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/voice/itemshop.js b/commands/voice/itemshop.js
index c7b4825..1466758 100644
--- a/commands/voice/itemshop.js
+++ b/commands/voice/itemshop.js
@@ -5,10 +5,10 @@ const emoji = require('emoji-random');
module.exports = class ItemShopVoice extends Command {
constructor(client) {
super(client, {
- name: 'itemstop',
+ name: 'itemshop',
aliases: ['is'],
group: 'voice',
- memberName: 'itemstop',
+ memberName: 'itemshop',
description: 'use code frozen in the itemshop',
guildOnly: true
});