let's make sure we're aware that we did this command
This commit is contained in:
parent
899dc7def0
commit
0b56670454
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
// This command has already been created.
|
||||
|
||||
exports.run = async (bot, msg) => {
|
||||
const user = msg.mentions.users.first();
|
||||
if (!user) {
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// This command has already been created.
|
||||
|
||||
const math = require('math-expression-evaluator');
|
||||
const stripIndents = require('common-tags').stripIndents;
|
||||
|
||||
|
|
Loading…
Reference in a new issue