From d4cf8223b9685a4ca95f95489e11e9ccfe600c36 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 24 Jun 2018 08:03:45 -0400 Subject: Added DB webview, recategorize commands and etc --- commands/daily.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'commands/daily.js') 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 = { -- cgit v1.2.3