update tip
This commit is contained in:
parent
972e1a5bab
commit
c11fa40dfc
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class ImageCommand extends Command {
|
|||
if (selection) selectedImages.delete(this.author);
|
||||
if (image === undefined) {
|
||||
runningCommands.delete(this.author);
|
||||
return `${this.constructor.noImage} (Tip: try right-clicking/holding on a message and press Apps -> Select Image, then try again.)`;
|
||||
return `${this.constructor.noImage} (Tip: try running your command while replying to an image (or link to an image))`;
|
||||
} else if (image.type === "large") {
|
||||
runningCommands.delete(this.author);
|
||||
return "That image is too large (>= 25MB)! Try using a smaller image.";
|
||||
|
|
Loading…
Reference in a new issue