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
5051c44e0d
commit
573acf1dc1
@@ -6,7 +6,7 @@ export async function pinMessageTests(bot: Bot, channelId: bigint, messageId: bi
|
|||||||
|
|
||||||
bot.events.channelPinsUpdate = function (bot, payload) {
|
bot.events.channelPinsUpdate = function (bot, payload) {
|
||||||
if (payload.channelId === channelId) pinned = !pinned;
|
if (payload.channelId === channelId) pinned = !pinned;
|
||||||
}
|
};
|
||||||
|
|
||||||
await bot.helpers.pinMessage(channelId, messageId);
|
await bot.helpers.pinMessage(channelId, messageId);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user