change: prettier code

This commit is contained in:
TriForMine
2021-10-21 17:38:57 +00:00
committed by GitHub Action
parent 20616e8a36
commit 3a08aa15f4
23 changed files with 76 additions and 63 deletions
+1 -1
View File
@@ -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;