Removed trump and leak
Both commands have overstayed their welcome, could return through some other way however
This commit is contained in:
parent
4a3d880a61
commit
a1b12e16b4
7 changed files with 0 additions and 177 deletions
|
@ -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;
|
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue