let's make sure we're aware that we did this command

This commit is contained in:
rhearmas 2019-12-13 09:39:02 -05:00
parent 899dc7def0
commit 0b56670454
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// This command has already been created.
exports.run = async (bot, msg) => {
const user = msg.mentions.users.first();
if (!user) {

View File

@ -1,3 +1,5 @@
// This command has already been created.
const math = require('math-expression-evaluator');
const stripIndents = require('common-tags').stripIndents;