Update README and localization files to remove "self-hosted" references

- Revised the README.md to simplify the description of Nexumi.
- Updated layout.tsx to reflect the change in the bot's description.
- Modified German and English localization files to remove "self-hosted" from the bot's description and terms of service.
This commit is contained in:
TheOnlyMace
2026-07-22 19:10:17 +02:00
parent 496a8239a5
commit 8c02b95934
9 changed files with 589 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ const inter = Inter({ subsets: ['latin'], variable: '--font-inter', display: 'sw
export const metadata: Metadata = {
title: 'Nexumi — Discord Bot',
description: 'Self-hosted Discord bot with dashboard, moderation, and community modules'
description: 'Discord bot with dashboard, moderation, and community modules'
};
export default async function RootLayout({ children }: { children: ReactNode }) {