3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-21 08:45:03 +00:00

Add link to original case in case log channel to case embed

This commit is contained in:
Dragory 2020-08-10 03:22:57 +03:00
parent c5bb652a4c
commit 1123e87158
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,3 @@
export function buildMessageLink(guildId: string, channelId: string, messageId: string) {
return `https://discord.com/channels/${guildId}/${channelId}/${messageId}`;
}