accept user discord implementation

This commit is contained in:
mo
2026-03-01 16:50:43 +01:00
parent 331fea2c10
commit 0e014dd08d
8 changed files with 93 additions and 22 deletions

View File

@@ -1,5 +0,0 @@
import config from "config";
import { EmbedBuilder } from "discord.js";
export const dmWelcomeContent = `hey! ich bin avocadi von [avocadi-study](<https://discord.gg/kkryyeXu3S>)!\n\num auf den rest des servers zugreifen zu koennen, musst du dich noch vorstellen (unter <#${config.discord.channelIdIntroduction}>)!\n\n---\nname und alter:\npronomen:\nklasse/studiengang/beruf:\nhobby:\nueber mich:\n---\n\nsobald wir deine nachricht ueberprueft haben, bekommst du die rolle **lernende:r** :)`;
export const dmAcceptedContent = `huhu! du wurdest als lernende:r akzeptiert :3\nsag gerne hallo: <#${config.discord.channelIdOffTopic}> <:avocadi_cute:1321893797138923602>`;

View File

@@ -0,0 +1,3 @@
export default {
dmAcceptUser: `huhu! du wurdest als lernende:r akzeptiert :3\nsag gerne hallo!`,
} as const;

View File

@@ -0,0 +1,4 @@
export default {
dmAcceptUser: `hey there! you've been accepted :3
feel free to say hello!`,
} as const;