Fixed getting users

This commit is contained in:
Essem 2021-07-17 18:48:07 -05:00
parent 833ac924d5
commit ef0e1bcf95
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
4 changed files with 10 additions and 4 deletions

View file

@ -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!";