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