mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 22:32:52 +02:00
ImgurAlbumCommand
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user