summaryrefslogtreecommitdiff
path: root/commands/commands.js
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-10 10:16:53 -0700
committer8cy <[email protected]>2020-04-10 10:16:53 -0700
commit4b308538961facb87d73fafeab7fab5927562eff (patch)
tree8eaf88c074c379d76e7932e6fc3f32c05adb70ca /commands/commands.js
parentrework reboot, work on itemshop, v1.5.2 (diff)
downloads5nical-4b308538961facb87d73fafeab7fab5927562eff.tar.xz
s5nical-4b308538961facb87d73fafeab7fab5927562eff.zip
port to commando/ v12, 2.0.0
ported everything over to v12 and then commando in the span of 2 days no sleep lol. also now using typescript standard for cool 8)
Diffstat (limited to 'commands/commands.js')
-rw-r--r--commands/commands.js32
1 files changed, 0 insertions, 32 deletions
diff --git a/commands/commands.js b/commands/commands.js
deleted file mode 100644
index 47af2e6..0000000
--- a/commands/commands.js
+++ /dev/null
@@ -1,32 +0,0 @@
-const Discord = require('discord.js');
-
-module.exports = {
- name: 'commands',
- description: '',
- execute(msg, args, bot) {
- let emb = new Discord.RichEmbed()
-
- .setAuthor('s5nical\'s commands', `${msg.guild.iconURL}`)
- .setThumbnail(`${msg.guild.iconURL}`)
- .setDescription(`to view the commands in each group use:\n\`s5n!commands <group>\``)
- .addField(`:shield: moderation`, '13 commands.', true)
- .addField(`:robot: automation`, '5 commands.', true)
- .addField(`:gem: features`, '8 commands.', true)
- .addField(`:lock: permissions`, '10 commands.', true)
- .addField(`:mag_right: search`, '14 commands.', true)
- .addField(`:wrench: utlity`, '20 commands.', true)
- .addField(`:information_source: information`, '6 commands.', true)
- .addField(`:smirk: fun`, '17 commands.', true)
- .addField(`:moneybag: economy`, '8 commands.', true)
- .addField(`:game_die: gambling`, '3 commands.', true)
- .addField(`:smiley: profiles`, '4 commands.', true)
- .addField(`:hammer_pick: skills`, '4 commands.', true)
- .addField(`:frame_photo: image`, '3 commands.', true)
- .addField(`:blue_heart: reaction`, '8 commands.', true)
- .addField(`:chart_with_upwards_trend: counter`, '9 commands.', true)
- .addField(`:sailboat: ship`, '2 commands.', true)
- .setColor(0xF97DAE);
-
- msg.channel.send(RichEmbed = emb);
- }
-}; \ No newline at end of file