fix NewsChannel erkennung

This commit is contained in:
Ocame
2025-07-23 12:01:02 +02:00
parent 3a6d822ead
commit c3764aab26
5 changed files with 51 additions and 17 deletions

View File

@ -1,11 +1,11 @@
plugins {
id 'application'
id("com.github.johnrengelman.shadow") version "7.1.2"
id("com.gradleup.shadow") version "8.3.0"
}
application.mainClass = "de.ocame.ffdiscordbot.Main"
group 'de.ocame'
version '1.3-SNAPSHOT'
version '1.4-SNAPSHOT'
repositories {