ImgurAlbumCommand

This commit is contained in:
Dragon Fire
2018-09-03 16:16:05 -04:00
parent 0b9c8241bb
commit 1b8fa13b44
20 changed files with 56 additions and 113 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
const RoleplayCommand = require('../../structures/commands/Roleplay');
const ImgurAlbumCommand = require('../../structures/commands/ImgurAlbum');
const { KILL_ALBUM_ID } = process.env;
module.exports = class KillCommand extends RoleplayCommand {
module.exports = class KillCommand extends ImgurAlbumCommand {
constructor(client) {
super(client, {
name: 'kill',