Commit Graph

4 Commits

Author SHA1 Message Date
f462bb1798
Implement list
Allow users to query all the available emotes using the new special
emote reference "list". Replace the legacy GitHub link with a reference
to this command.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2024-09-20 16:31:32 +02:00
efb390619b
Change double-flip to lowercase
c35277bf59 changed the lookup
procedure to lowercase, causing double-flip to no longer be
callable. Align it with the other keys by switching to all
lower-case.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2024-08-27 12:26:35 +02:00
c35277bf59
More resilient lookup
To improve the user experience:
- on queries of non-existent emotes, fall back to a default
  instead of returning KeyError
- allow lookup of emotes regardless of capitalization

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2024-08-22 01:04:18 +02:00
mogad0n
fbc58b0f7d Initial Commit 2020-09-20 17:19:40 +05:30