ItsDrike / CommandBot

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

Option to use embed messages for staff #9

Closed ItsDrike closed 4 years ago

ItsDrike commented 4 years ago

It would be handy if certain staff members (Maybe even some higher-ranked users) could have the option to use the !embed command which would produce an embed of their messages (their message should then be removed to prevent spam). This action should also be logged in the message-log channel.

ItsDrike commented 4 years ago

Embeds can sometimes be longer than a user message, it would be a better idea to make a Embed building mode Where user can build his embed with multiple messages and send it afterward using something like !embedsend

Also, note that it isn't a good idea to allow users to send embeds as there would have to be a system in place which checks if the user has rights to send message to certain channels. Also, this feature would allow users to bypass the maximum characters per discord's message, as this amount is much bigger when using embeds. This feature should really stay Admin-only