mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 03:18:17 +00:00
Prettified Code!
This commit is contained in:
@@ -8,7 +8,7 @@ export async function pin(channelId: bigint, messageId: bigint) {
|
||||
|
||||
return await rest.runMethod<undefined>(
|
||||
"put",
|
||||
endpoints.CHANNEL_PIN(channelId, messageId),
|
||||
endpoints.CHANNEL_PIN(channelId, messageId)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user