Idk if this will work, but may as well try

This commit is contained in:
Daniel Odendahl Jr
2017-04-27 01:43:14 +00:00
parent 9c4cb0b738
commit c9a39c4d44
5 changed files with 270 additions and 6 deletions
+1
View File
@@ -1,5 +1,6 @@
const { Command } = require('discord.js-commando');
const Jimp = require('jimp');
const request = require('superagent');
module.exports = class YearsCommand extends Command {
constructor(client) {