Updated dependencies

This commit is contained in:
2025-02-25 16:58:21 +01:00
parent 0f4245b4d0
commit 9cfd2378a8
21 changed files with 32 additions and 32 deletions

View File

@ -11,7 +11,7 @@ func Source(s *discordgo.Session, msg *discordgo.MessageCreate) bool {
return false
}
_, err := s.ChannelMessageSend(msg.ChannelID, msg.Author.Mention()+" B-baaaaaaaka! Y..you...you want to...TOUCH MY CODE?!\n\nhttps://git.akyoto.dev/web/notify.moe/src/branch/main/bots/discord")
_, err := s.ChannelMessageSend(msg.ChannelID, msg.Author.Mention()+" B-baaaaaaaka! Y..you...you want to...TOUCH MY CODE?!\n\nhttps://git.urbach.dev/web/notify.moe/src/branch/main/bots/discord")
if err != nil {
color.Red(err.Error())