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

Use messageLink() function for message links everywhere

This commit is contained in:
Dragory 2020-08-10 03:26:39 +03:00
parent 1123e87158
commit 7a3035a447
6 changed files with 19 additions and 17 deletions

View file

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