dnh-bot / dnh-werewolf-bot

DNH Werewolf Discord bot
The Unlicense
10 stars 7 forks source link

Add help for commands #138

Closed nitro2 closed 6 months ago

nitro2 commented 6 months ago

Some commands do not have proper help document. Please read the code, and add description and usage for them.

help sample:

Trợ giúp về mọi thứ. Bạn có thể xem thêm về 1 lệnh bằng lệnh !help cmd <tên lệnh> hoặc 1 nhân vật bằng lệnh !help role <tên nhân vật>
Các lệnh
timer | timerstart | timerstop | setplaytime | setroles | showmodes | setmode | join | leave | watch | unwatch | start | next | stopgame | status | vote | kill | guard | seer | reborn | curse | zombie | ship | list
Các nhân vật
Villager | Werewolf | Seer | Guard | Lycan | Betrayer | Superwolf | Fox | Witch | Zombie | Cupid | Chief

Eg !setroles image

Should be: !setroles [{"Werewolf": 1, "Seer": 1, "Guard": 1, "Chief": 1, "Witch": 1}]

nitro2 commented 6 months ago

Close as implemented in https://github.com/dnh-bot/dnh-werewolf-bot/pull/141