Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
fix: remove content message
Browse files Browse the repository at this point in the history
  • Loading branch information
keshon committed Mar 18, 2024
1 parent f28a697 commit 2078b82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mod-about/discord/about.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ func (d *Discord) handleAboutCommand(s *discordgo.Session, m *discordgo.MessageC
SetColor(0x9f00d4).MessageEmbed

_, err = s.ChannelMessageSendComplex(m.ChannelID, &discordgo.MessageSend{
Content: "Check out this image!",
Embed: embedMsg,
Embed: embedMsg,
Files: []*discordgo.File{
{
Name: filepath.Base(imagePath),
Expand Down

0 comments on commit 2078b82

Please sign in to comment.