markbeep / Lecturfier

Python Discord Bot with Lecture Updates and Quotes
MIT License
2 stars 2 forks source link

Create "man" command for manual of all server bot commands #50

Closed markbeep closed 3 years ago

markbeep commented 3 years ago

Allows the use of man <command> to get a list of all bots which use said command, a short description of what the command does on that bot and the prefix for it.

How I imagine it: User:

man neko

Bot:

There are 4 bots with the command neko: NekoBot (-): Can be used to send nekos of all sorts with (...) OtakuSenpai (<): Sends a neko (catgirl) image BattleRush's Helper (.): Sends neko`

User:

man neko -b OtakuSenpai`

(b for specific bot. A placeholder for now)

Bot:

Bot: @ Otaku-senpai Command: neko Desc.: Sends a neko (catgirl) image Usage: <neko Aliases: catgirl, kemonomimi

markbeep commented 3 years ago

Will probably drop progress, as another bot already has this feature implemented.