update Powered text

This commit is contained in:
Anton B 2025-01-30 14:13:43 +00:00
parent 1028b904a9
commit 8c06fcd088
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ func multiPanelIntoMessageData(panel database.MultiPanel, isPremium bool) multiP
func (d *multiPanelMessageData) send(ctx *botcontext.BotContext, panels []database.Panel) (uint64, error) { func (d *multiPanelMessageData) send(ctx *botcontext.BotContext, panels []database.Panel) (uint64, error) {
if !d.IsPremium { if !d.IsPremium {
// TODO: Don't harcode // TODO: Don't harcode
d.Embed.SetFooter("Powered by ticketsbot.net", "https://ticketsbot.net/assets/img/logo.png") d.Embed.SetFooter("Powered by labnat.se", "https://ticketsbot.net/assets/img/logo.png")
} }
var components []component.Component var components []component.Component

View File

@ -70,7 +70,7 @@ func (p *panelMessageData) send(c *botcontext.BotContext) (uint64, error) {
} }
if !p.IsPremium { if !p.IsPremium {
e.SetFooter("Powered by ticketsbot.net", "https://ticketsbot.net/assets/img/logo.png") e.SetFooter("Powered by labnat.se", "https://ticketsbot.net/assets/img/logo.png")
} }
data := rest.CreateMessageData{ data := rest.CreateMessageData{