phpmx / phpmxbot

A Slack bot for the PHP Mexico Community.
3 stars 7 forks source link

Discover and list PlusPlus functionality #13

Closed eruizdechavez closed 3 years ago

eruizdechavez commented 3 years ago

In order to get the points handler in the bot to a good state, I would like to have a list of all existing functionality on the existing PlusPlus bot so that we can decide if we want all of it, or if we want to deprecate certain pieces.

So far some bits and pieces have surfaced over discussions in Slack, but I do not have a comprehensive list.

As far as I know these are missing on the new points handler:

Am I missing others?

dmouse commented 3 years ago

Existing messages

'¡Felicidades!',
    '¡Lo tienes!',
    'Bravo.',
    'Bien hecho.',
    '¡Gran trabajo!',
    'Exquisito.',
    'Encantador.',
    'Soberbio.',
    '¡Clásico!',
    'Notorio.',
    '¡Bien, bien!',
    'Bien jugado.',
    'Mis más sinceras felicitaciones.',
    'Delicioso.',
    ':nice:',
    ':nyan:',
    ':party'
dmouse commented 3 years ago

-- messages

'¿De verdad?',
    'Oh :slightly_frowning_face:.',
    'Ya veo.',
    'Ouch.',
    'Eso duele.',
    'Oh.',
    'Que mal.',
    'Mis condolencias.',
    'Suerte para la próxima',
    ':trollface:',
    ':sadpanda:'
dmouse commented 3 years ago

self messages

    'Hahahahahahaha no.',
    'Nope.',
    'No. Simplemente no.',
    ':facepalm:',
    ':wat:'
eruizdechavez commented 3 years ago

Documented as #25.