This commit is contained in:
ITOH
2021-04-09 23:07:20 +02:00
parent b40aaf5a8f
commit 7a6b4bf2d7
41 changed files with 233 additions and 190 deletions
+1 -1
View File
@@ -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;