Fixed getting users
This commit is contained in:
parent
833ac924d5
commit
ef0e1bcf95
4 changed files with 10 additions and 4 deletions
|
@ -13,6 +13,10 @@ class CaptionCommand extends ImageCommand {
|
|||
static description = "Adds a caption to an image";
|
||||
static aliases = ["gifc", "gcaption", "ifcaption", "ifunnycaption"];
|
||||
static arguments = ["[text]"];
|
||||
static flags = [{
|
||||
name: "noEgg",
|
||||
description: "Disable... something. Not saying what it is though."
|
||||
}];
|
||||
|
||||
static requiresText = true;
|
||||
static noText = "You need to provide some text to add a caption!";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue