From 3a7c8ff1ae48387fc8817cdfed08bc404d74dbb7 Mon Sep 17 00:00:00 2001 From: Kichiyaki Date: Sat, 16 Jan 2021 22:08:32 +0100 Subject: [PATCH] update the author's website --- discord/public_commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/public_commands.go b/discord/public_commands.go index 792210c..7a98226 100644 --- a/discord/public_commands.go +++ b/discord/public_commands.go @@ -267,7 +267,7 @@ func (s *Session) handleHelpCommand(ctx *commandCtx, m *discordgo.MessageCreate, func (s *Session) handleAuthorCommand(ctx *commandCtx, m *discordgo.MessageCreate, args ...string) { s.SendMessage(m.ChannelID, - fmt.Sprintf("%s Discord: Kichiyaki#2064 | https://dawid-wysokinski.pl/#contact.", + fmt.Sprintf("%s Discord: Kichiyaki#2064 | https://dwysokinski.me/#contact.", m.Author.Mention())) }