diff --git a/Moonlight/Shared/Components/Navigations/AdminSystemNavigation.razor b/Moonlight/Shared/Components/Navigations/AdminSystemNavigation.razor
index fa2c2a9a..18385f6c 100644
--- a/Moonlight/Shared/Components/Navigations/AdminSystemNavigation.razor
+++ b/Moonlight/Shared/Components/Navigations/AdminSystemNavigation.razor
@@ -34,6 +34,11 @@
Resources
+
+
+ Discord bot
+
+
diff --git a/Moonlight/Shared/Views/Admin/Sys/DiscordBot.razor b/Moonlight/Shared/Views/Admin/Sys/DiscordBot.razor
new file mode 100644
index 00000000..22f7c9ef
--- /dev/null
+++ b/Moonlight/Shared/Views/Admin/Sys/DiscordBot.razor
@@ -0,0 +1,25 @@
+@page "/admin/system/discordbot"
+@using Moonlight.App.Services.DiscordBot
+@using Moonlight.Shared.Components.Navigations
+
+@inject DiscordBotService DiscordBotService
+
+
+
+
+
+
+
+
+
+
+@code
+{
+ private async Task RegisterCommands()
+ {
+
+ }
+}
\ No newline at end of file
diff --git a/Moonlight/resources/lang/de_de.lang b/Moonlight/resources/lang/de_de.lang
index d3437f6b..71bcd98d 100644
--- a/Moonlight/resources/lang/de_de.lang
+++ b/Moonlight/resources/lang/de_de.lang
@@ -329,3 +329,4 @@ Reset the password of your account;Reset the password of your account
Wrong here?;Wrong here?
A user with this email can not be found;A user with this email can not be found
Passwort reset successfull. Check your mail;Passwort reset successfull. Check your mail
+Discord bot;Discord bot