Make Select Image always return an ephemeral image, fix playing suffix

This commit is contained in:
Essem 2022-09-01 15:03:16 -05:00
parent 603e732704
commit 9788314868
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
2 changed files with 5 additions and 7 deletions

View file

@ -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.";
}
}