update Powered text
This commit is contained in:
parent
1028b904a9
commit
8c06fcd088
@ -38,7 +38,7 @@ func multiPanelIntoMessageData(panel database.MultiPanel, isPremium bool) multiP
|
||||
func (d *multiPanelMessageData) send(ctx *botcontext.BotContext, panels []database.Panel) (uint64, error) {
|
||||
if !d.IsPremium {
|
||||
// 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
|
||||
|
@ -70,7 +70,7 @@ func (p *panelMessageData) send(c *botcontext.BotContext) (uint64, error) {
|
||||
}
|
||||
|
||||
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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user