update the author's website

This commit is contained in:
Dawid Wysokiński 2021-01-16 22:08:32 +01:00
parent fa2a5fd713
commit 3a7c8ff1ae
1 changed files with 1 additions and 1 deletions

View File

@ -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()))
}