discord-csharp / Contacts

Your friendly neighborhood C# Discord server bot
MIT License
7 stars 3 forks source link

Help command could be better #16

Open ObsidianMinor opened 7 years ago

ObsidianMinor commented 7 years ago

It takes up too much room right now

MarkusG commented 7 years ago

In my latest version it sends a PM instead of a channel message. See #19

mastorm commented 7 years ago

Did we make it a PM now? Because that should be the way to go, probably. We cant have an entire page of help printed to the general chat, for example

MarkusG commented 7 years ago

I may have found a better solution. Using foxbot's paginator addon, we could have a page-based help message. That way we don't have to worry about the help message going over the 2k char limit either.

formlesstree4 commented 7 years ago

The paginator addon seems extremely useful. I actually really do like that. @ObsidianMinor, are you going to handle this?

MarkusG commented 7 years ago

I've started work on converting the help command to a paginated message. I need to work out a few kinks though.