what
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package helpers
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func CreateMessageLink(guildID, channelID, messageID string) string {
|
||||
return fmt.Sprintf("https://discord.com/channels/%s/%s/%s", guildID, channelID, messageID)
|
||||
}
|
||||
Reference in New Issue
Block a user