mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 17:30:07 +00:00
Update edit_slash_response.ts
This commit is contained in:
@@ -69,7 +69,7 @@ export async function editSlashResponse(
|
||||
);
|
||||
|
||||
// If the original message was edited, this will not return a message
|
||||
if (!options.messageId) return result;
|
||||
if (!options.messageId) return result as undefined;
|
||||
|
||||
const message = await structures.createDiscordenoMessage(
|
||||
result as DiscordMessage,
|
||||
|
||||
Reference in New Issue
Block a user