Skip to content

Commit 5b9cbdc

Browse files
committed
fix: Update support message link and bot logo URL in author.go and const.go
1 parent b750f95 commit 5b9cbdc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

commands/author.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var handlerAuthor = Commnad{
1515
op.ses.InteractionRespond(op.in.Interaction, &discordgo.InteractionResponse{
1616
Type: discordgo.InteractionResponseChannelMessageWithSource,
1717
Data: &discordgo.InteractionResponseData{
18-
Content: "This bot was created by <@669529872644833290>\nhttps://monzim.com/about\n" + SUPPORT_STRING,
18+
Content: "This bot was created by <@669529872644833290>\nhttps://monzim.com\n" + SUPPORT_STRING,
1919
},
2020
})
2121
},

utils/const.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package utils
22

33
const (
4-
SUPPORT_MESSAGE = "**Support the bot's longevity with a donation if you found it helpful. [Click here for Donate 🎁](https://monzim.com/support)**\n**Thank you!**"
4+
SUPPORT_MESSAGE = "**Support the bot's longevity with a donation if you found it helpful. [Click here for Donate 🎁](https://monzim.com/uiubot#support)**\n**Thank you!**"
55

66
ERROR_MESSAGE = "Oops! Something went wrong. Please try again later."
7-
BOT_LOGO = "https://cdn-monzim-com.azureedge.net/public-com/public/fa9b22c0-dc41-11ee-a977-8d8dd057b6ad"
7+
BOT_LOGO = "https://storage-portfolio.monzim.com/other-sites/uiu-bot-logo.webp"
88
BUY_ME_COFFEE = "https://res.cloudinary.com/monzim/image/upload/v1688984685/download_kh1syl.png"
99
)
1010

0 commit comments

Comments
 (0)