add guides #14

Merged
kenobi merged 3 commits from buttons into master 2023-06-09 22:23:51 +02:00
Collaborator

Add guides to guide the users through the bot

Add guides to guide the users through the bot
magnetotail added 2 commits 2023-06-09 21:35:02 +02:00
magnetotail requested review from kenobi 2023-06-09 21:35:21 +02:00
kenobi reviewed 2023-06-09 21:41:35 +02:00
@ -0,0 +75,4 @@
userDMChannel.send(`Mit einer Rolle kann dafür gesorgt werden, dass du einen dauerhaften Account auf dem Mediaserver hast. Wende dich bei Bedarf an Samantha oder Markus.\n
Für eine watchparty bekommst du allerdings automatisch einen Account. Hierfür melde einfach Interesse an dem Event an. Wenn du für das Event Interesse angemeldet hast bekommst du automatisch beim Start des Events einen Benutzernamen und das dazugehörige Passwort zugesendet.\n
Hast du kein Interesse angemeldet bekommst du automatisch einen Nutzernamen und Passwort zugeschickt wenn du den Channel betrittst in dem das Event stattfindet.`)
}
Owner

It would make sense to encapsulate this in a method analogous to the other options, to ensure cohesion and readability.

It would make sense to encapsulate this in a method analogous to the other options, to ensure cohesion and readability.
Author
Collaborator

done

done
kenobi marked this conversation as resolved
@ -0,0 +80,4 @@
guideSelection.update({ content: "Hab ich dir per DM geschickt :)", components: [] })
} catch (error) {
await interaction.interaction.editReply({ content: 'Das dauert mir zu lange, frag mich nochmal wenn du nen guide brauchst', components: [] });
Owner

guide -> Guide

guide -> Guide
Author
Collaborator

done

done
kenobi marked this conversation as resolved
magnetotail added 1 commit 2023-06-09 22:02:21 +02:00
Owner

LGTM

LGTM
Owner

closes #5

closes #5
kenobi merged commit 8f1c6e10fa into master 2023-06-09 22:23:51 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kenobi/jellyfin-discord-bot#14
No description provided.