jellyfin-discord-bot/server
mightypanders 84a0d7bbe1 turn all slash command replies into an ephemeral message
Setting ephemeral has to happen in an initial reply (reply() or
deferReply()) to set the mode for all replies in this 'thread'. Once the
ephemeral state of a message has been set it can not be changed. If you
want to send a visible message after an ephemeral message it has to be
new message. See https://discordjs.guide/slash-commands/response-methods.html#ephemeral-responses
2023-06-06 23:27:41 +02:00
..
commands Added handler for password reset command 2023-06-04 03:10:33 +02:00
events turn all slash command replies into an ephemeral message 2023-06-06 23:27:41 +02:00
helper further handling of automatic user adding/deleting 2023-06-04 16:35:43 +02:00
jellyfin add ids to logging 2023-06-06 23:27:07 +02:00
structures Automatically create and disable users based on watch event 2023-06-04 15:02:03 +02:00
types bot base 2023-04-15 22:06:35 +02:00
configuration.ts implemented handling of password resets 2023-06-04 03:14:45 +02:00
interfaces.ts further handling of automatic user adding/deleting 2023-06-04 16:35:43 +02:00
logger.ts rework config and logger 2023-04-16 02:02:15 +02:00