Elfayer / vue-land-bot

Official VueLand bot
5 stars 2 forks source link

Show how the command was invoked, since we delete the invocations? #61

Open sustained opened 4 years ago

sustained commented 4 years ago

Overview

Right now we show who requested a command in the header.

Might it be a good idea to also show how they requested it -

sustained requested: !mdn array map

Rationale

After the bot deletes the invocation, people don't really know how to replicate what they are seeing, if they are not already familiar with the bot.

Potential Issues

None.

Additional Information

None.

sustained commented 4 years ago

I looked into this, inline code blocks don't work in titles nor do they work in footers and so it just ends up looking like garbage.

The only options then are:

  1. Don't delete the command invocations.
  2. Add an extra embed field to show how to request it.

Not sure what to do here.