mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
change: prettier code
This commit is contained in:
committed by
GitHub Action
parent
20616e8a36
commit
3a08aa15f4
@@ -18,7 +18,7 @@ export async function sendDirectMessage(bot: Bot, memberId: bigint, content: str
|
||||
recipient_id: memberId,
|
||||
}
|
||||
);
|
||||
const discordenoChannel = await bot.transformers.channel(bot, {channel: dmChannelData});
|
||||
const discordenoChannel = await bot.transformers.channel(bot, { channel: dmChannelData });
|
||||
// Recreate the channel and add it under the users id
|
||||
await bot.cache.channels.set(memberId, discordenoChannel);
|
||||
dmChannel = discordenoChannel;
|
||||
|
||||
Reference in New Issue
Block a user