damn you discord!!!!!!

This commit is contained in:
amy 2025-03-10 21:11:41 +03:30
parent 7b707ec557
commit 5c8b8d0104
No known key found for this signature in database

View file

@ -37,7 +37,7 @@ export default class SuperFakeNitroCommand extends Command {
) as Promise<RESTGetAPIApplicationEmojisResult>);
const matches = data.items.filter(item => item.name && item.name.toLowerCase().includes(search.toLowerCase()))
interaction.respond(matches.map(emoji => ({
name: 'emoji',
name: emoji.name!,
value: emoji.name!
})))
}