Fix missing dependency?

This commit is contained in:
Daniel Odendahl Jr
2017-03-24 17:27:45 +00:00
parent b7075b1f2c
commit 32a96c708b
+1 -1
View File
@@ -1,6 +1,6 @@
const commando = require('discord.js-commando');
const moment = require('moment');
const sherlock = require('Sherlock');
const sherlock = require('sherlockjs');
module.exports = class RemindCommand extends commando.Command {
constructor(Client) {