Make Select Image always return an ephemeral image, fix playing suffix
This commit is contained in:
parent
603e732704
commit
9788314868
2 changed files with 5 additions and 7 deletions
|
@ -15,7 +15,6 @@ class SelectImageCommand extends Command {
|
|||
return "I've been rate-limited by Tenor. Please try uploading your GIF elsewhere.";
|
||||
}
|
||||
selectedImages.set(this.author.id, image);
|
||||
this.success = true;
|
||||
return "The image has been selected for your next command.";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue