Properly ack Select Image requests, add client key to Tenor request, update packages
This commit is contained in:
parent
b9d38bc2bb
commit
345b525188
5 changed files with 171 additions and 132 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue