Removed trump and leak

Both commands have overstayed their welcome, could return through some other way however
This commit is contained in:
Essem 2022-02-27 22:28:01 -06:00
parent 4a3d880a61
commit a1b12e16b4
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
7 changed files with 0 additions and 177 deletions

View file

@ -1,11 +0,0 @@
import ImageCommand from "../../classes/imageCommand.js";
class LeakCommand extends ImageCommand {
static description = "Creates a fake Smash leak thumbnail";
static aliases = ["smash", "laxchris", "ssbu", "smashleak"];
static noImage = "You need to provide an image/GIF to make a Smash leak thumbnail!";
static command = "leak";
}
export default LeakCommand;

View file

@ -1,10 +0,0 @@
import ImageCommand from "../../classes/imageCommand.js";
class TrumpCommand extends ImageCommand {
static description = "Makes Trump display an image";
static noImage = "You need to provide an image/GIF for Trump to display!";
static command = "trump";
}
export default TrumpCommand;