Changed blurple to reflect the new Discord rebrand
This commit is contained in:
parent
79bc36759c
commit
ad87722fd2
2 changed files with 10 additions and 1 deletions
|
@ -1,7 +1,14 @@
|
|||
const ImageCommand = require("../../classes/imageCommand.js");
|
||||
|
||||
class BlurpleCommand extends ImageCommand {
|
||||
params(args) {
|
||||
return {
|
||||
old: args.length !== 0 && args[0].toLowerCase() === "old" ? true : false
|
||||
};
|
||||
}
|
||||
|
||||
static description = "Turns an image blurple";
|
||||
static arguments = ["{old}"];
|
||||
|
||||
static noImage = "you need to provide an image to make blurple!";
|
||||
static command = "blurple";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue