ItsDrike / CommandBot

Discord Bot which can handle most administrative tasks for servers.
Other
0 stars 0 forks source link

Changes to embeds cog #13

Open ItsDrike opened 4 years ago

ItsDrike commented 4 years ago

The new embeds cog is good, but it could use some further edits:

ItsDrike commented 4 years ago

The embed message sent to #mod-log should also change from: image To simply: image Which is much less cluttered, there is no point in showing the full url

Implementation There are more markdown features in embeds compared to normal messages. Something like [url](https://someurl.com) is fully supported in embeds.

ItsDrike commented 4 years ago

Another thing which should be fixed is the message after !embedbuild command referring to use !help Embed for more info is wrong as !help Embed is not recognized, it should actually be !help embed image