mirror of
https://github.com/nx-bat/discordbot-ng.git
synced 2026-09-22 10:29:10 -04:00
Fix pin message link
This commit is contained in:
@@ -187,5 +187,5 @@ function formatPermissionChange(oldPermissions: PermissionsString[], newPermissi
|
||||
}
|
||||
|
||||
function formatMessagePin(data: PinExtras, guild: Guild): string {
|
||||
return `Message: [${data.messageId}](https://discord.com/${guild.id}/${data.channel.id}/${data.messageId})`;
|
||||
return `Message: [${data.messageId}](https://discord.com/channels/${guild.id}/${data.channel.id}/${data.messageId})`;
|
||||
}
|
||||
Reference in New Issue
Block a user