Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/FUNDING.yml

This file was deleted.

6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved.

Parameters

Licensor: Simon Csaba ("ScootKit")
Licensed Work: ScootKit/CustomDCBot. The Licensed Work is (c) 2023 Simon Csaba
Licensor: ScootKit UG (haftungsbeschränkt)
Licensed Work: ScootKit/CustomDCBot. The Licensed Work is (c) 2025 ScootKit UG (haftungsbeschränkt)
Additional Use Grant: You may make production use of the Licensed Work,
provided such use does not include offering the Licensed Work
to third parties on a hosted or embedded basis which is
competitive with Simon Csaba ("ScootKit")'s products.
competitive with ScootKit UG (haftungsbeschränkt)'s products.
Change Date: Six years from the date the Licensed Work is published.
Change License: MIT License

Expand Down
9 changes: 5 additions & 4 deletions config-generator/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"en": "Set the prefix of your bot here",
"de": "Dein eigener Prefix - Wir empfehlen ihn einfach bei ! zu belassen."
},
"hidden": true,
"type": "string"
},
{
Expand Down Expand Up @@ -82,8 +83,8 @@
"en": "Bot-Status"
},
"default": {
"en": "Change this in your Bot-Configuration on scnx.app",
"de": "Ändere das in deiner Bot-Konfiguration auf scnx.app"
"en": "Change this in your Bot-Configuration on scnx.app: https://scootk.it/change-status",
"de": "Ändere das in deiner Bot-Konfiguration auf scnx.app: https://scootk.it/change-status"
},
"description": {
"en": "This will show up in Discord as \"Playing <YourValue>\"",
Expand All @@ -103,6 +104,7 @@
"en": "Log-Level of the bot. Leave it as it is, if you don't know what this means",
"de": "Log-Level des Bots. Belasse es wie es ist, wenn du nicht weißt, was das bedeutet."
},
"hidden": true,
"type": "select",
"content": [
"debug",
Expand Down Expand Up @@ -157,8 +159,7 @@
"en": "Allows @everyone and @here pings for messages configurable in the dashboard",
"de": "Erlaubt @everyone und @here pings in im Dashboard anpassbaren Nachrichten"
},
"type": "boolean",
"pro": true
"type": "boolean"
},
{
"name": "syncCommandGlobally",
Expand Down
21 changes: 11 additions & 10 deletions config-generator/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@
"default": {
"en": "https://scnx.xyz/favicon.png"
},
"allowNull": true,
"description": {
"en": "Footer-Image of every embed",
"de": "Footer-Bild von jedem Embed"
},
"type": "string",
"type": "imgURL",
"pro": true
},
{
Expand All @@ -66,7 +67,7 @@
"de": "This command needs more arguments - you passed %count%, but you need to provide at least %neededCount%."
},
"description": {
"en": "This message gets send if there are not enough arguments specified",
"en": "This message gets sent if there are not enough arguments specified",
"de": "Diese Nachricht wird versendet, wenn eine oder mehrere Argumente für einen Befehl fehlen"
},
"type": "string",
Expand Down Expand Up @@ -99,7 +100,7 @@
"de": "✅ Rollen-Änderungen übernommen"
},
"description": {
"en": "This message gets send after a user selects self-roles on a self-role-element.",
"en": "This message gets sent after a user selects self-roles on a self-role-element.",
"de": "Diese Nachricht wird gesendet, wenn ein Nutzer eine Self-Rolle auswählt."
},
"type": "string",
Expand All @@ -116,7 +117,7 @@
"de": "✅ Rolle %role% erfolgreich hinzugefügt"
},
"description": {
"en": "This message gets send when a user adds a role to themselves.",
"en": "This message gets sent when a user adds a role to themselves.",
"de": "Diese Nachricht wird gesendet, wenn ein Nutzer sich selbst eine Self-Rolle hinzufügt."
},
"type": "string",
Expand All @@ -142,7 +143,7 @@
"de": "✅ Rolle %role% erfolgreich entfernt"
},
"description": {
"en": "This message gets send when a user removes a role from themselves.",
"en": "This message gets sent when a user removes a role from themselves.",
"de": "Diese Nachricht wird gesendet, wenn ein Nutzer sich selbst eine Self-Rolle entfernt."
},
"type": "string",
Expand All @@ -168,7 +169,7 @@
"de": "Scheint als hättest du nicht genügend Rechte."
},
"description": {
"en": "This message gets send if an user don't hase enough permissions",
"en": "This message gets sent if an user don't hase enough permissions",
"de": "Diese Nachricht wird versendet, wenn der Nutzer nicht genügen Rechte hat"
},
"type": "string",
Expand Down Expand Up @@ -238,15 +239,15 @@
{
"name": "putBotInfoOnLastSite",
"humanName": {
"en": "Put Bot-Info on the last site of the Help-Embed",
"de": "Verschiebt die Bot-Info auf die letzte Seite im Hilfe-Embed"
"en": "Hides the Bot-Info in the Help-Embed",
"de": "Verbergt die Bot-Info Sektion im Hilfe-Embed"
},
"default": {
"en": false
},
"description": {
"en": "If enabled, the Bot-Info-Section of the Help-Embed will be moved to the last site",
"de": "Wenn aktiviert, wird der Bot-Info-Bereich im Help-Embed auf die letzte Seite verschoben"
"en": "If enabled, the Bot-Info-Section of the Help-Embed will be hidden.",
"de": "Wenn aktiviert, wird der Bot-Info-Bereich im Help-Embed verborgen."
},
"type": "boolean",
"pro": true
Expand Down
Loading