Chat channels seem like good places to build that database. I find them
distracting I try to be on them for short focused periods of time. But
I'll try to remember to ask questions to the lighthouse bot and see if I
can add new definitions.
Cheers,
Offray
Actually I meant giving me the description here is fine too. Just a few lines that I can then add to the bot myself, you do not need to be in Discord or use the bot. I just need content so I wont have to search every definition. ��
"Nice effort!
The key has to be one word term? For example I would like to add��
!docadd Pharo Sprint ���and the explanation of what it is and how someone can participate.���
sure, I can add only !docadd Sprint.
Thanks!"
its possible if you pass it as string so your example wont work but this will
!docadd "Pharo Sprint" ���and the explanation of what it is and how someone can participate.���
currently the only way to match is by
!doc "pharo sprint"
but I like idea so I will fix it to no longer search multiple terms and instead search one that may be multiple words separated by space
so expect in a couple of hours that this will work too
!doc pharo sprint
I plan also to add regex type search so you wont have to worry about exact match but I have to think this through because I want to avoid returning multiple results in order not to flood the channels.��