Begin the purge

This commit is contained in:
Essem 2022-06-07 22:14:16 -05:00
parent 1a86730489
commit 4ac90bc761
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
17 changed files with 0 additions and 337 deletions

View file

@ -1,11 +0,0 @@
import ImageCommand from "../../classes/imageCommand.js";
class WhoDidThisCommand extends ImageCommand {
static description = "Creates a \"WHO DID THIS\" meme from an image";
static aliases = ["whodidthis"];
static noImage = "You need to provide an image/GIF to make a \"who did this\" meme!";
static command = "wdt";
}
export default WhoDidThisCommand;