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/daily.js | |
| 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/daily.js')
| -rw-r--r-- | commands/daily.js | 6 |
1 files changed, 3 insertions, 3 deletions
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 = { |
