radiantly / live-countdown-bot

A discord bot that counts down to an event. Used in 60k+ servers.
MIT License
32 stars 30 forks source link

Add documentation about specific role tagging #21

Closed ProditorMagnus closed 1 year ago

ProditorMagnus commented 3 years ago

!countdown [tagme|taghere|tageveryone] is short way, but there is also !countdown tag \

radiantly commented 3 years ago

There are multiple features that are actually undocumented, but have not been added to !help because it is already overwhelmingly long. Maybe we can add a !help advanced or equivalent for these features.

ProditorMagnus commented 3 years ago

I was looking for way to add extra information to "Countdown done!" message too, but from source code review it did not look possible.

radiantly commented 3 years ago

Hmm yes, it is not possible as of now. I plan to add this feature once slash commands are supported on Discord.js

radiantly commented 1 year ago

Tagging roles are much more easier with slash commands now. You can use either the mention parameter or directly mention in the reason field. The "Countdown done!" message is also customizable by passing your own in the reason field.