Added server/user count to stats, fixed message not showing on tenor/large image errors
This commit is contained in:
parent
41c8be04cf
commit
ae8b121d03
5 changed files with 23 additions and 6 deletions
|
@ -58,7 +58,7 @@ class ImageCommand extends Command {
|
|||
return this.constructor.noImage;
|
||||
} else if (image.type === "large") {
|
||||
collections.runningCommands.delete(this.message.author.id);
|
||||
return "That image is too large!";
|
||||
return "That image is too large (>= 25MB)! Try using a smaller image.";
|
||||
} else if (image.type === "tenorlimit") {
|
||||
collections.runningCommands.delete(this.message.author.id);
|
||||
return "I've been rate-limited by Tenor. Please try uploading your GIF elsewhere.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue