Properly ack Select Image requests, add client key to Tenor request, update packages

This commit is contained in:
Essem 2022-12-12 11:07:58 -06:00
parent b9d38bc2bb
commit 345b525188
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
5 changed files with 171 additions and 132 deletions

View file

@ -4,6 +4,7 @@ import { selectedImages } from "../../utils/collections.js";
class SelectImageCommand extends Command {
async run() {
await this.acknowledge();
const message = this.interaction.data.target;
const image = await imageDetect(this.client, message, this.interaction, this.options, true, false, false, true);
this.success = false;