Features/Misc: Update Footer Icon, Remove complaints inbox

master
Marc Egerton 2021-01-08 22:30:18 +00:00
parent 83f462449a
commit 6c7cf8606a
2 changed files with 7 additions and 7 deletions

View File

@ -20,9 +20,9 @@ func (f *Features) CreateDefinedEmbed(title string, desc string, status string,
msgColor = 0xFFA500
}
ftrText := "Something broken? Tell foxtrot#1337"
ftrText := ""
if user != nil {
ftrText += "\nRequested by " + user.Username + "#" + user.Discriminator
ftrText += "Requested by " + user.Username + "#" + user.Discriminator
}
ftr := discordgo.MessageEmbedFooter{

View File

@ -266,7 +266,7 @@ func (f *Features) handleInfo(s *discordgo.Session, m *discordgo.MessageCreate)
Type: "",
Timestamp: "",
FooterText: "Made with ❤ by Foxtrot",
FooterImageURL: "https://cdn.discordapp.com/avatars/514163441548656641/a4ede220fea0ad8872b86f3eebc45524.png",
FooterImageURL: "https://cdn.discordapp.com/avatars/514163441548656641/a_ac5e022e77e62e7793711ebde8cdf4a1.gif",
ThumbnailURL: gm.User.AvatarURL(""),
ThumbnailH: 150,
ThumbnailW: 150,
@ -638,8 +638,8 @@ func (f *Features) handleUserInfo(s *discordgo.Session, m *discordgo.MessageCrea
Type: "",
Timestamp: time.Now().Format(time.RFC3339),
Color: 0xFFA500,
FooterText: "Something broken? Tell foxtrot#1337\nRequested by " + requester.User.Username + "#" + requester.User.Discriminator,
FooterImageURL: "https://cdn.discordapp.com/avatars/514163441548656641/a4ede220fea0ad8872b86f3eebc45524.png",
FooterText: "Requested by " + requester.User.Username + "#" + requester.User.Discriminator,
FooterImageURL: "",
ImageURL: "",
ImageH: 0,
ImageW: 0,
@ -700,8 +700,8 @@ func (f *Features) handleServerInfo(s *discordgo.Session, m *discordgo.MessageCr
Type: "",
Timestamp: time.Now().Format(time.RFC3339),
Color: 0xFFA500,
FooterText: "Something broken? Tell foxtrot#1337\nRequested by " + user.Username + "#" + user.Discriminator,
FooterImageURL: "https://cdn.discordapp.com/avatars/514163441548656641/a4ede220fea0ad8872b86f3eebc45524.png",
FooterText: "Requested by " + user.Username + "#" + user.Discriminator,
FooterImageURL: "",
ImageURL: "",
ImageH: 0,
ImageW: 0,