diff --git a/build.gradle.kts b/build.gradle.kts index 5a307b9..f31be78 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ import org.jetbrains.gradle.ext.ProjectSettings diff --git a/gradle.properties b/gradle.properties index 6ff0886..b2ec467 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,5 +15,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# kotlin.code.style=official diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 85958c5..612964a 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -15,7 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip diff --git a/gradlew b/gradlew index 10c8ca9..bbb81cd 100755 --- a/gradlew +++ b/gradlew @@ -17,7 +17,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# ############################################################################## # diff --git a/settings.gradle.kts b/settings.gradle.kts index 7a3ef44..3934113 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,20 +1,19 @@ /* - * Botendo - * Copyright (C) 2023 limited_dev + * Botendo + * Copyright (C) 2023 moonleay * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ rootProject.name = "Botendo" diff --git a/src/main/kotlin/net/moonleay/botendo/Bot.kt b/src/main/kotlin/net/moonleay/botendo/Bot.kt index 72cb5be..ca3bb19 100644 --- a/src/main/kotlin/net/moonleay/botendo/Bot.kt +++ b/src/main/kotlin/net/moonleay/botendo/Bot.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo diff --git a/src/main/kotlin/net/moonleay/botendo/Main.kt b/src/main/kotlin/net/moonleay/botendo/Main.kt index b77abe3..0555150 100644 --- a/src/main/kotlin/net/moonleay/botendo/Main.kt +++ b/src/main/kotlin/net/moonleay/botendo/Main.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo diff --git a/src/main/kotlin/net/moonleay/botendo/buttons/Button.kt b/src/main/kotlin/net/moonleay/botendo/buttons/Button.kt index 40b55ec..e0c10ef 100644 --- a/src/main/kotlin/net/moonleay/botendo/buttons/Button.kt +++ b/src/main/kotlin/net/moonleay/botendo/buttons/Button.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.buttons diff --git a/src/main/kotlin/net/moonleay/botendo/buttons/ButtonManager.kt b/src/main/kotlin/net/moonleay/botendo/buttons/ButtonManager.kt index 512dcbb..3ab406e 100644 --- a/src/main/kotlin/net/moonleay/botendo/buttons/ButtonManager.kt +++ b/src/main/kotlin/net/moonleay/botendo/buttons/ButtonManager.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.buttons diff --git a/src/main/kotlin/net/moonleay/botendo/buttons/music/PauseButton.kt b/src/main/kotlin/net/moonleay/botendo/buttons/music/PauseButton.kt index aa6f314..a03ee51 100644 --- a/src/main/kotlin/net/moonleay/botendo/buttons/music/PauseButton.kt +++ b/src/main/kotlin/net/moonleay/botendo/buttons/music/PauseButton.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.buttons.music @@ -27,12 +26,10 @@ import dev.kord.core.entity.User import dev.kord.rest.builder.component.ActionRowBuilder import dev.kord.rest.builder.message.actionRow import dev.kord.rest.builder.message.embed -import dev.kord.rest.builder.message.modify.actionRow import dev.schlaubi.lavakord.audio.Link import net.moonleay.botendo.extensions.music.components.MusicManager import net.moonleay.botendo.util.ButtonUtil import net.moonleay.botendo.util.MessageUtil -import net.moonleay.botendo.util.UserUtil class PauseButton : net.moonleay.botendo.buttons.Button("btn.music.pause") { override suspend fun onInteraction( diff --git a/src/main/kotlin/net/moonleay/botendo/buttons/music/QueueButton.kt b/src/main/kotlin/net/moonleay/botendo/buttons/music/QueueButton.kt index 291a663..c786818 100644 --- a/src/main/kotlin/net/moonleay/botendo/buttons/music/QueueButton.kt +++ b/src/main/kotlin/net/moonleay/botendo/buttons/music/QueueButton.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.buttons.music @@ -27,13 +26,11 @@ import dev.kord.core.entity.User import dev.kord.rest.builder.component.ActionRowBuilder import dev.kord.rest.builder.message.actionRow import dev.kord.rest.builder.message.embed -import dev.kord.rest.builder.message.modify.actionRow import dev.schlaubi.lavakord.audio.Link import net.moonleay.botendo.extensions.music.components.MusicManager import net.moonleay.botendo.util.ButtonUtil import net.moonleay.botendo.util.MessageUtil import net.moonleay.botendo.util.TimeUtil -import net.moonleay.botendo.util.UserUtil class QueueButton : net.moonleay.botendo.buttons.Button("btn.music.queue") { override suspend fun onInteraction( diff --git a/src/main/kotlin/net/moonleay/botendo/buttons/music/RepeatButton.kt b/src/main/kotlin/net/moonleay/botendo/buttons/music/RepeatButton.kt index 8de589f..462f207 100644 --- a/src/main/kotlin/net/moonleay/botendo/buttons/music/RepeatButton.kt +++ b/src/main/kotlin/net/moonleay/botendo/buttons/music/RepeatButton.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.buttons.music @@ -27,12 +26,10 @@ import dev.kord.core.entity.User import dev.kord.rest.builder.component.ActionRowBuilder import dev.kord.rest.builder.message.actionRow import dev.kord.rest.builder.message.embed -import dev.kord.rest.builder.message.modify.actionRow import dev.schlaubi.lavakord.audio.Link import net.moonleay.botendo.extensions.music.components.MusicManager import net.moonleay.botendo.util.ButtonUtil import net.moonleay.botendo.util.MessageUtil -import net.moonleay.botendo.util.UserUtil class RepeatButton : net.moonleay.botendo.buttons.Button("btn.music.repeat") { override suspend fun onInteraction( diff --git a/src/main/kotlin/net/moonleay/botendo/buttons/music/SkipButton.kt b/src/main/kotlin/net/moonleay/botendo/buttons/music/SkipButton.kt index 32cc50e..8f04ea1 100644 --- a/src/main/kotlin/net/moonleay/botendo/buttons/music/SkipButton.kt +++ b/src/main/kotlin/net/moonleay/botendo/buttons/music/SkipButton.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.buttons.music @@ -28,10 +27,12 @@ import dev.kord.core.entity.User import dev.kord.rest.builder.component.ActionRowBuilder import dev.kord.rest.builder.message.actionRow import dev.kord.rest.builder.message.embed -import dev.kord.rest.builder.message.modify.actionRow import dev.schlaubi.lavakord.audio.Link import net.moonleay.botendo.extensions.music.components.MusicManager -import net.moonleay.botendo.util.* +import net.moonleay.botendo.util.ButtonUtil +import net.moonleay.botendo.util.MessageUtil +import net.moonleay.botendo.util.TimeUtil +import net.moonleay.botendo.util.UrlUtil class SkipButton : net.moonleay.botendo.buttons.Button("btn.music.skip") { override suspend fun onInteraction( diff --git a/src/main/kotlin/net/moonleay/botendo/buttons/music/StopButton.kt b/src/main/kotlin/net/moonleay/botendo/buttons/music/StopButton.kt index d1cf8c0..eb1a213 100644 --- a/src/main/kotlin/net/moonleay/botendo/buttons/music/StopButton.kt +++ b/src/main/kotlin/net/moonleay/botendo/buttons/music/StopButton.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.buttons.music @@ -28,7 +27,6 @@ import dev.kord.rest.builder.message.embed import dev.schlaubi.lavakord.audio.Link import net.moonleay.botendo.extensions.music.components.MusicManager import net.moonleay.botendo.util.MessageUtil -import net.moonleay.botendo.util.UserUtil class StopButton : net.moonleay.botendo.buttons.Button("btn.music.stop") { override suspend fun onInteraction( diff --git a/src/main/kotlin/net/moonleay/botendo/data/CredentialManager.kt b/src/main/kotlin/net/moonleay/botendo/data/CredentialManager.kt index 63fc538..23ca661 100644 --- a/src/main/kotlin/net/moonleay/botendo/data/CredentialManager.kt +++ b/src/main/kotlin/net/moonleay/botendo/data/CredentialManager.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.data diff --git a/src/main/kotlin/net/moonleay/botendo/extensions/music/NowPlayingExtension.kt b/src/main/kotlin/net/moonleay/botendo/extensions/music/NowPlayingExtension.kt index 1b24159..de60cde 100644 --- a/src/main/kotlin/net/moonleay/botendo/extensions/music/NowPlayingExtension.kt +++ b/src/main/kotlin/net/moonleay/botendo/extensions/music/NowPlayingExtension.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.extensions.music @@ -24,12 +23,14 @@ import com.kotlindiscord.kord.extensions.extensions.publicSlashCommand import dev.kord.common.Color import dev.kord.rest.builder.component.ActionRowBuilder import dev.kord.rest.builder.message.actionRow -import dev.kord.rest.builder.message.create.actionRow import dev.kord.rest.builder.message.embed import dev.schlaubi.lavakord.audio.Link import dev.schlaubi.lavakord.kord.getLink import net.moonleay.botendo.extensions.music.components.MusicManager -import net.moonleay.botendo.util.* +import net.moonleay.botendo.util.ButtonUtil +import net.moonleay.botendo.util.MessageUtil +import net.moonleay.botendo.util.TimeUtil +import net.moonleay.botendo.util.UrlUtil class NowPlayingExtension : Extension() { override val name = "nowplaying" diff --git a/src/main/kotlin/net/moonleay/botendo/extensions/music/PlayExtension.kt b/src/main/kotlin/net/moonleay/botendo/extensions/music/PlayExtension.kt index cbd414c..7342c14 100644 --- a/src/main/kotlin/net/moonleay/botendo/extensions/music/PlayExtension.kt +++ b/src/main/kotlin/net/moonleay/botendo/extensions/music/PlayExtension.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.extensions.music diff --git a/src/main/kotlin/net/moonleay/botendo/extensions/music/QueueExtension.kt b/src/main/kotlin/net/moonleay/botendo/extensions/music/QueueExtension.kt index 0d7029c..f63078a 100644 --- a/src/main/kotlin/net/moonleay/botendo/extensions/music/QueueExtension.kt +++ b/src/main/kotlin/net/moonleay/botendo/extensions/music/QueueExtension.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.extensions.music @@ -23,16 +22,13 @@ import com.kotlindiscord.kord.extensions.extensions.Extension import com.kotlindiscord.kord.extensions.extensions.publicSlashCommand import dev.kord.common.Color import dev.kord.rest.builder.component.ActionRowBuilder -import dev.kord.rest.builder.message.EmbedBuilder.Limits.title import dev.kord.rest.builder.message.actionRow -import dev.kord.rest.builder.message.create.actionRow import dev.kord.rest.builder.message.embed import dev.schlaubi.lavakord.audio.Link import net.moonleay.botendo.extensions.music.components.MusicManager import net.moonleay.botendo.util.ButtonUtil import net.moonleay.botendo.util.MessageUtil import net.moonleay.botendo.util.TimeUtil -import net.moonleay.botendo.util.UserUtil class QueueExtension : Extension() { override val name = "queue" diff --git a/src/main/kotlin/net/moonleay/botendo/extensions/music/SeekExtension.kt b/src/main/kotlin/net/moonleay/botendo/extensions/music/SeekExtension.kt index 2b33d20..f5bfb34 100644 --- a/src/main/kotlin/net/moonleay/botendo/extensions/music/SeekExtension.kt +++ b/src/main/kotlin/net/moonleay/botendo/extensions/music/SeekExtension.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.extensions.music @@ -28,7 +27,10 @@ import dev.kord.rest.builder.message.embed import dev.schlaubi.lavakord.audio.Link import net.moonleay.botendo.extensions.music.components.MusicManager import net.moonleay.botendo.extensions.music.components.SeekArguments -import net.moonleay.botendo.util.* +import net.moonleay.botendo.util.ButtonUtil +import net.moonleay.botendo.util.MessageUtil +import net.moonleay.botendo.util.TimeUtil +import net.moonleay.botendo.util.UrlUtil class SeekExtension : Extension() { override val name = "seek" diff --git a/src/main/kotlin/net/moonleay/botendo/extensions/music/SkipExtension.kt b/src/main/kotlin/net/moonleay/botendo/extensions/music/SkipExtension.kt index 12115e0..e11cdc6 100644 --- a/src/main/kotlin/net/moonleay/botendo/extensions/music/SkipExtension.kt +++ b/src/main/kotlin/net/moonleay/botendo/extensions/music/SkipExtension.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.extensions.music @@ -24,11 +23,13 @@ import com.kotlindiscord.kord.extensions.extensions.publicSlashCommand import dev.kord.common.Color import dev.kord.rest.builder.component.ActionRowBuilder import dev.kord.rest.builder.message.actionRow -import dev.kord.rest.builder.message.create.actionRow import dev.kord.rest.builder.message.embed import dev.schlaubi.lavakord.audio.Link import net.moonleay.botendo.extensions.music.components.MusicManager -import net.moonleay.botendo.util.* +import net.moonleay.botendo.util.ButtonUtil +import net.moonleay.botendo.util.MessageUtil +import net.moonleay.botendo.util.TimeUtil +import net.moonleay.botendo.util.UrlUtil class SkipExtension : Extension() { override val name = "skip" diff --git a/src/main/kotlin/net/moonleay/botendo/extensions/music/StopExtension.kt b/src/main/kotlin/net/moonleay/botendo/extensions/music/StopExtension.kt index 6a6b117..5c0722a 100644 --- a/src/main/kotlin/net/moonleay/botendo/extensions/music/StopExtension.kt +++ b/src/main/kotlin/net/moonleay/botendo/extensions/music/StopExtension.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.extensions.music @@ -27,7 +26,6 @@ import dev.schlaubi.lavakord.audio.Link import dev.schlaubi.lavakord.kord.getLink import net.moonleay.botendo.extensions.music.components.MusicManager import net.moonleay.botendo.util.MessageUtil -import net.moonleay.botendo.util.UserUtil class StopExtension : Extension() { override val name = "stop" diff --git a/src/main/kotlin/net/moonleay/botendo/extensions/music/UpsertExtension.kt b/src/main/kotlin/net/moonleay/botendo/extensions/music/UpsertExtension.kt index 56fc44d..f2d90d7 100644 --- a/src/main/kotlin/net/moonleay/botendo/extensions/music/UpsertExtension.kt +++ b/src/main/kotlin/net/moonleay/botendo/extensions/music/UpsertExtension.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.extensions.music @@ -28,7 +27,6 @@ import dev.schlaubi.lavakord.kord.getLink import net.moonleay.botendo.extensions.music.components.LinkArguments import net.moonleay.botendo.extensions.music.components.MusicManager import net.moonleay.botendo.util.MessageUtil -import net.moonleay.botendo.util.UserUtil class UpsertExtension : Extension() { diff --git a/src/main/kotlin/net/moonleay/botendo/extensions/music/components/GuildTrackScheduler.kt b/src/main/kotlin/net/moonleay/botendo/extensions/music/components/GuildTrackScheduler.kt index e3471fc..9c40950 100644 --- a/src/main/kotlin/net/moonleay/botendo/extensions/music/components/GuildTrackScheduler.kt +++ b/src/main/kotlin/net/moonleay/botendo/extensions/music/components/GuildTrackScheduler.kt @@ -14,12 +14,10 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.extensions.music.components -import dev.arbjerg.lavalink.protocol.v4.LoadResult import dev.arbjerg.lavalink.protocol.v4.Track import dev.schlaubi.lavakord.audio.* import dev.schlaubi.lavakord.audio.player.Player diff --git a/src/main/kotlin/net/moonleay/botendo/extensions/music/components/LinkArguments.kt b/src/main/kotlin/net/moonleay/botendo/extensions/music/components/LinkArguments.kt index 8c0c065..406187f 100644 --- a/src/main/kotlin/net/moonleay/botendo/extensions/music/components/LinkArguments.kt +++ b/src/main/kotlin/net/moonleay/botendo/extensions/music/components/LinkArguments.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.extensions.music.components diff --git a/src/main/kotlin/net/moonleay/botendo/extensions/music/components/MusicManager.kt b/src/main/kotlin/net/moonleay/botendo/extensions/music/components/MusicManager.kt index 3fc7b18..faaef75 100644 --- a/src/main/kotlin/net/moonleay/botendo/extensions/music/components/MusicManager.kt +++ b/src/main/kotlin/net/moonleay/botendo/extensions/music/components/MusicManager.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.extensions.music.components diff --git a/src/main/kotlin/net/moonleay/botendo/extensions/music/components/SeekArguments.kt b/src/main/kotlin/net/moonleay/botendo/extensions/music/components/SeekArguments.kt index d5d0c61..852ea7b 100644 --- a/src/main/kotlin/net/moonleay/botendo/extensions/music/components/SeekArguments.kt +++ b/src/main/kotlin/net/moonleay/botendo/extensions/music/components/SeekArguments.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.extensions.music.components diff --git a/src/main/kotlin/net/moonleay/botendo/extensions/util/InfoExtension.kt b/src/main/kotlin/net/moonleay/botendo/extensions/util/InfoExtension.kt index 57e0b04..a315e2a 100644 --- a/src/main/kotlin/net/moonleay/botendo/extensions/util/InfoExtension.kt +++ b/src/main/kotlin/net/moonleay/botendo/extensions/util/InfoExtension.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.extensions.util diff --git a/src/main/kotlin/net/moonleay/botendo/util/ButtonUtil.kt b/src/main/kotlin/net/moonleay/botendo/util/ButtonUtil.kt index c3b5ce6..c598096 100644 --- a/src/main/kotlin/net/moonleay/botendo/util/ButtonUtil.kt +++ b/src/main/kotlin/net/moonleay/botendo/util/ButtonUtil.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.util diff --git a/src/main/kotlin/net/moonleay/botendo/util/Logger.kt b/src/main/kotlin/net/moonleay/botendo/util/Logger.kt index dde0ed5..3e2ee34 100644 --- a/src/main/kotlin/net/moonleay/botendo/util/Logger.kt +++ b/src/main/kotlin/net/moonleay/botendo/util/Logger.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.util diff --git a/src/main/kotlin/net/moonleay/botendo/util/MessageUtil.kt b/src/main/kotlin/net/moonleay/botendo/util/MessageUtil.kt index 839dc32..4fc4f44 100644 --- a/src/main/kotlin/net/moonleay/botendo/util/MessageUtil.kt +++ b/src/main/kotlin/net/moonleay/botendo/util/MessageUtil.kt @@ -14,17 +14,11 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.util -import com.kotlindiscord.kord.extensions.commands.Arguments -import com.kotlindiscord.kord.extensions.commands.application.slash.PublicSlashCommandContext -import com.kotlindiscord.kord.extensions.components.forms.ModalForm -import dev.kord.common.Color import dev.kord.core.behavior.UserBehavior -import dev.kord.rest.builder.message.EmbedBuilder import java.time.LocalDateTime import java.time.format.DateTimeFormatter diff --git a/src/main/kotlin/net/moonleay/botendo/util/Status.kt b/src/main/kotlin/net/moonleay/botendo/util/Status.kt index cc39a5d..161e50c 100644 --- a/src/main/kotlin/net/moonleay/botendo/util/Status.kt +++ b/src/main/kotlin/net/moonleay/botendo/util/Status.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.util diff --git a/src/main/kotlin/net/moonleay/botendo/util/TimeUtil.kt b/src/main/kotlin/net/moonleay/botendo/util/TimeUtil.kt index 4cbc381..534234d 100644 --- a/src/main/kotlin/net/moonleay/botendo/util/TimeUtil.kt +++ b/src/main/kotlin/net/moonleay/botendo/util/TimeUtil.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.util diff --git a/src/main/kotlin/net/moonleay/botendo/util/UrlUtil.kt b/src/main/kotlin/net/moonleay/botendo/util/UrlUtil.kt index a922c1a..33a1275 100644 --- a/src/main/kotlin/net/moonleay/botendo/util/UrlUtil.kt +++ b/src/main/kotlin/net/moonleay/botendo/util/UrlUtil.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.util diff --git a/src/main/kotlin/net/moonleay/botendo/util/UserUtil.kt b/src/main/kotlin/net/moonleay/botendo/util/UserUtil.kt index 3925ad6..8b14825 100644 --- a/src/main/kotlin/net/moonleay/botendo/util/UserUtil.kt +++ b/src/main/kotlin/net/moonleay/botendo/util/UserUtil.kt @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ package net.moonleay.botendo.util diff --git a/src/main/resources/simplelogger.properties b/src/main/resources/simplelogger.properties index 6378344..3cf67d8 100644 --- a/src/main/resources/simplelogger.properties +++ b/src/main/resources/simplelogger.properties @@ -15,4 +15,3 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -#