Humblemonk / DiceMaiden

Dice bot for Discord
Apache License 2.0
121 stars 56 forks source link

Use pinned messages to store dice roll aliases #188

Closed AncientSwordRage closed 3 months ago

AncientSwordRage commented 2 years ago

Custom alias for rolls could put strain on the server running dice maiden.

But using pinned messages to store them per channel would alleviate some of the burden.

This closes issues has a good starter for alias commands:

https://github.com/Humblemonk/DiceMaiden/issues/106

This idea would mean using !dm alias d6system /d6s(\d+)d/ '$1d6 + 1d6 ie' would put a pinned message into the current channel that was d6system /d6s(\d+)d/ '$1d6 + 1d6 ie'

You'd use a special prefix to tell dice maiden it was an aliases command.

Everything else should flow from there.

Humblemonk commented 3 months ago

Closing this out as won't do as the bot is forced to use slash commands