mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-30 07:13:15 +00:00
Show aliases in help command
This commit is contained in:
parent
e8f6e7cc0a
commit
efcba1f555
2 changed files with 18 additions and 4 deletions
|
@ -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{
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue