Show aliases in help command

This commit is contained in:
Michał Gdula 2025-05-12 00:27:36 +01:00
parent e8f6e7cc0a
commit efcba1f555
2 changed files with 18 additions and 4 deletions

View file

@ -76,7 +76,7 @@ func registerSaveable(bot *handler.Bot) handler.Callback {
Image: &discordgo.MessageEmbedImage{
URL: "attachment://saveable.gif",
},
Color: color.RGBToDiscord(1, 1, 1),
Color: color.RGBToDiscord(255, 255, 255),
},
Files: []*discordgo.File{
{
@ -205,7 +205,7 @@ func registerCaption(bot *handler.Bot) handler.Callback {
Image: &discordgo.MessageEmbedImage{
URL: "attachment://caption.jpeg",
},
Color: color.RGBToDiscord(1, 1, 1),
Color: color.RGBToDiscord(255, 255, 255),
},
Files: []*discordgo.File{
{