yetibot / core

:expressionless: Core yetibot utilities, extracted for shared use among Yetibot and its various plugins
https://yetibot.com
Eclipse Public License 1.0
27 stars 17 forks source link

allow "fallback-help-text" to be configurable #139

Closed gkspranger closed 4 years ago

gkspranger commented 4 years ago

as a YB dev/ops manipulator, i want to be able to configure the "fallback-help-text", so that i can convey a "message" that is meaningful to my YB users, based on their capabilities

here's my thinking ::

it would be nice to be able to ::

in the future, my goal is to run many YBs -- and each instance of said YB serves a unique user-base (including those who are ESL) -- and being able to tailor this message would be very helpful ..

thanks !!

gkspranger commented 4 years ago

https://github.com/yetibot/yetibot.core/blob/master/src/yetibot/core/commands/help.clj#L12-L20

devth commented 4 years ago

Another great idea 😁

How's this?

image

   ;; Override the default fallback help text. Default is empty.
   :yetibot-command-fallback-help-text "Welcome to Yetibot 👋"
gkspranger commented 4 years ago

perfect .. thank you !!