mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 01:10:07 +00:00
fix: typo
This commit is contained in:
@@ -15,7 +15,7 @@ export async function sendDirectMessage(memberId: bigint, content: string | Crea
|
||||
recipient_id: memberId,
|
||||
});
|
||||
const discordenoChannel = await structures.createDiscordenoChannel(dmChannelData);
|
||||
// Recreate the channel and add it undert he users id
|
||||
// Recreate the channel and add it under the users id
|
||||
await cacheHandlers.set("channels", memberId, discordenoChannel);
|
||||
dmChannel = discordenoChannel;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user