add bierbaron cog

This commit is contained in:
2026-02-28 18:52:38 +01:00
parent cb99250e03
commit a37f535c0b
3 changed files with 106 additions and 0 deletions

19
bierbaron/info.json Normal file
View File

@@ -0,0 +1,19 @@
{
"author": [
"MrUnknownDE"
],
"name": "Bierbaron",
"short": "Stats und Infos vom Bierbaron.",
"description": "Erlaubt den Zugriff auf Statistiken und Live-Daten vom VRChat Bierbaron Server per Slash-Befehlen.",
"tags": [
"bierbaron",
"vrchat",
"stats",
"live"
],
"requirements": [
"aiohttp"
],
"min_bot_version": "3.5.0",
"end_user_data_statement": "Dieses Cog speichert keine Endbenutzerdaten, greift aber auf die öffentliche Bierbaron API zu."
}