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
@@ -9,5 +9,5 @@ export async function publishMessage(channelId: string, messageId: string) {
endpoints.CHANNEL_MESSAGE_CROSSPOST(channelId, messageId),
)) as MessageCreateOptions;
return structures.createMessageStruct(data);
return structures.createDiscordenoMessage(data);
}