diff options
| author | Alee <alee14498@gmail.com> | 2018-06-24 08:03:45 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-06-24 08:03:45 -0400 |
| commit | d4cf8223b9685a4ca95f95489e11e9ccfe600c36 (patch) | |
| tree | a96989ebdd488a28411f772d6c36d032b2dab22a /commands | |
| parent | a215c99cd77bab36d9940abd09fb2bff2d776c82 (diff) | |
| download | AleeBot-d4cf8223b9685a4ca95f95489e11e9ccfe600c36.tar.gz AleeBot-d4cf8223b9685a4ca95f95489e11e9ccfe600c36.tar.bz2 AleeBot-d4cf8223b9685a4ca95f95489e11e9ccfe600c36.zip | |
Added DB webview, recategorize commands and etc
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/addquote.js | 2 | ||||
| -rw-r--r-- | commands/daily.js | 6 | ||||
| -rw-r--r-- | commands/info.js | 2 | ||||
| -rw-r--r-- | commands/quote.js | 2 | ||||
| -rw-r--r-- | commands/setprefix.js | 2 | ||||
| -rw-r--r-- | commands/userinfo.js | 2 | ||||
| -rw-r--r-- | commands/vtquote.js | 2 |
7 files changed, 9 insertions, 9 deletions
diff --git a/commands/addquote.js b/commands/addquote.js index 9d96d91..793e398 100644 --- a/commands/addquote.js +++ b/commands/addquote.js @@ -54,6 +54,6 @@ module.exports.run = async (client, message, args) => { name: 'addquote', description: 'Sets the guild prefix.', usage: 'addquote [author] [authorImage] [quote] [year]', - category: '- General Commands', + category: '- Quote Commands', }; diff --git a/commands/daily.js b/commands/daily.js index 00a9d6c..d5db462 100644 --- a/commands/daily.js +++ b/commands/daily.js @@ -21,8 +21,7 @@ const db = require('quick.db'); ms = require('parse-ms'); module.exports.run = async (client, message) => { - const { RichEmbed } = require('discord.js'); - +/* let cooldown = 8.64e+7, amount = 100; @@ -38,7 +37,8 @@ module.exports.run = async (client, message) => { db.set(`lastDaily_${message.author.id}`, Date.now()); db.add(`userBalance_${message.author.id}`, 100); } - +*/ + message.reply('This command is broken for now.'); }; exports.conf = { diff --git a/commands/info.js b/commands/info.js index 9eb5d5a..83f4e6e 100644 --- a/commands/info.js +++ b/commands/info.js @@ -38,6 +38,6 @@ module.exports.run = async (client, message) => { name: 'info', description: 'Tells you information about the bot', usage: 'info', - category: '- General Commands', + category: '- Information Commands', };
\ No newline at end of file diff --git a/commands/quote.js b/commands/quote.js index 971949f..14995c3 100644 --- a/commands/quote.js +++ b/commands/quote.js @@ -60,6 +60,6 @@ exports.conf = { name: 'quote', description: 'Tells you quotes', usage: 'quote', - category: '- General Commands', + category: '- Quote Commands', };
\ No newline at end of file diff --git a/commands/setprefix.js b/commands/setprefix.js index 39b03f6..7a2dc96 100644 --- a/commands/setprefix.js +++ b/commands/setprefix.js @@ -50,6 +50,6 @@ module.exports.run = async (client, message, args) => { name: 'setprefix', description: 'Sets the guild prefix.', usage: 'setprefix [prefix]', - category: '- General Commands', + category: '- Settings Commands', };
\ No newline at end of file diff --git a/commands/userinfo.js b/commands/userinfo.js index bd6c999..6917ad4 100644 --- a/commands/userinfo.js +++ b/commands/userinfo.js @@ -39,6 +39,6 @@ module.exports.run = async (client, message) => { name: 'userinfo', description: 'Tells your info.', usage: 'userinfo', - category: '- Info Commands', + category: '- Information Commands', };
\ No newline at end of file diff --git a/commands/vtquote.js b/commands/vtquote.js index f5f9f14..aedee86 100644 --- a/commands/vtquote.js +++ b/commands/vtquote.js @@ -60,6 +60,6 @@ module.exports.run = async (client, message) => { name: 'vtquote', description: 'Tells you quotes when victor accidentaly swore.', usage: 'vtquote', - category: '- General Commands', + category: '- Quote Commands', };
\ No newline at end of file |
