Skip to content

Dev builds/2.0.0#168

Open
Medicopter117 wants to merge 6 commits intomainfrom
dev-builds/2.0.0
Open

Dev builds/2.0.0#168
Medicopter117 wants to merge 6 commits intomainfrom
dev-builds/2.0.0

Conversation

@Medicopter117
Copy link
Member

No description provided.

…sive logging system, temporary VCs, global chat, leveling, welcome messages, user stats, antispam, auto-delete, autorole, notes, and warns.
…m info, and audit logging, alongside new cogs for join/leave alerts and global chat, a database core, and initial web components.
…veloper documentation, and remove the database inspection script.
@github-actions github-actions bot added documentation Improvements or additions to documentation site python labels Feb 25, 2026
from discord import SlashCommandGroup, Option
import ezcord
from discord.ui import Container, View, Button
from discord.ui import Container, View, Button, Modal, InputText
import math
import subprocess
import json
from typing import Optional, List
@@ -0,0 +1,30 @@
import discord
with open(AUDIT_LOG_FILE, 'r', encoding='utf-8') as f:
try:
logs = json.load(f)
except:
with open(BLACKLIST_FILE, 'r', encoding='utf-8') as f:
try:
return json.load(f)
except:
await message.delete()
except discord.Forbidden:
logger.warning(f"⚠️ Keine Permissions zum Löschen der Original-Nachricht in {message.channel.id}")
except discord.NotFound:
Medicopter117 and others added 3 commits February 25, 2026 18:28
…tion or class'

Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
…ata export/deletion, and user statistics commands.
====================
import subprocess
import re
import os
Comment on lines +11 to +15
from mx_devtools import (
StatsDB, WarnDatabase, NotesDatabase, LevelDatabase,
ProfileDB, SettingsDB, AutoDeleteDB,
AntiSpamDatabase, TempVCDatabase
)
ProfileDB, SettingsDB, AutoDeleteDB,
AntiSpamDatabase, TempVCDatabase
)
from mx_devtools.backend.database.globalchat_db import GlobalChatDatabase, db as global_db
# --- TEIL A: Die Logik für den Bot-Betrieb ---

import discord
def get_current_version():
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation python site

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant