From ab04197641560b0bcc14ba4245aaa67e037042ca Mon Sep 17 00:00:00 2001 From: Greg Date: Sat, 20 Mar 2021 00:43:36 +0100 Subject: [PATCH] Update copyright year --- .../java/one/bbn/hadder/audio/AudioInfo.java | 4 ++-- .../one/bbn/hadder/audio/AudioManager.java | 8 +++---- .../hadder/audio/AudioPlayerSendHandler.java | 4 ++-- .../one/bbn/hadder/audio/TrackManager.java | 4 ++-- .../java/one/bbn/hadder/commands/Command.java | 4 ++-- .../one/bbn/hadder/commands/CommandEvent.java | 22 +++++++++---------- .../hadder/commands/fun/AvatarCommand.java | 10 ++++----- .../bbn/hadder/commands/fun/ClydeCommand.java | 14 ++++++------ .../bbn/hadder/commands/fun/GifCommand.java | 10 ++++----- .../bbn/hadder/commands/fun/MemeCommand.java | 10 ++++----- .../hadder/commands/general/AboutCommand.java | 10 ++++----- .../commands/general/EqualsCommand.java | 12 +++++----- .../hadder/commands/general/HelpCommand.java | 10 ++++----- .../commands/general/InviteCommand.java | 10 ++++----- .../hadder/commands/general/PingCommand.java | 10 ++++----- .../bbn/hadder/commands/misc/CodeCommand.java | 10 ++++----- .../hadder/commands/misc/CoronaCommand.java | 10 ++++----- .../hadder/commands/misc/FeedbackCommand.java | 12 +++++----- .../hadder/commands/misc/GitHubCommand.java | 10 ++++----- .../hadder/commands/misc/MoveAllCommand.java | 14 ++++++------ .../hadder/commands/misc/ProfileCommand.java | 10 ++++----- .../commands/misc/ScreenShareCommand.java | 15 ++++++------- .../commands/misc/ServerStatsCommand.java | 10 ++++----- .../commands/moderation/BanCommand.java | 14 ++++++------ .../commands/moderation/ClearCommand.java | 14 ++++++------ .../commands/moderation/EditRulesCommand.java | 14 ++++++------ .../moderation/InviteDetectCommand.java | 14 ++++++------ .../commands/moderation/KickCommand.java | 14 ++++++------ .../commands/moderation/NickCommand.java | 14 ++++++------ .../commands/moderation/PrefixCommand.java | 14 ++++++------ .../moderation/RegionChangeCommand.java | 14 ++++++------ .../commands/moderation/RoleCommand.java | 14 ++++++------ .../commands/moderation/RulesCommand.java | 16 +++++++------- .../commands/moderation/StarboardCommand.java | 10 ++++----- .../hadder/commands/music/BassCommand.java | 10 ++++----- .../hadder/commands/music/EchoCommand.java | 12 +++++----- .../hadder/commands/music/InfoCommand.java | 10 ++++----- .../hadder/commands/music/JoinCommand.java | 10 ++++----- .../hadder/commands/music/LoopCommand.java | 10 ++++----- .../hadder/commands/music/PauseCommand.java | 10 ++++----- .../hadder/commands/music/PlayCommand.java | 10 ++++----- .../hadder/commands/music/QueueCommand.java | 12 +++++----- .../hadder/commands/music/RecordCommand.java | 12 +++++----- .../hadder/commands/music/SkipCommand.java | 10 ++++----- .../hadder/commands/music/StopCommand.java | 10 ++++----- .../hadder/commands/music/VolumeCommand.java | 10 ++++----- .../bbn/hadder/commands/nsfw/AnalCommand.java | 12 +++++----- .../bbn/hadder/commands/nsfw/BDSMCommand.java | 12 +++++----- .../hadder/commands/nsfw/BlowjobCommand.java | 12 +++++----- .../hadder/commands/nsfw/BoobsCommand.java | 12 +++++----- .../bbn/hadder/commands/nsfw/CumCommand.java | 12 +++++----- .../hadder/commands/nsfw/EroticCommand.java | 12 +++++----- .../bbn/hadder/commands/nsfw/FeetCommand.java | 12 +++++----- .../commands/nsfw/FingeringCommand.java | 12 +++++----- .../hadder/commands/nsfw/LickingCommand.java | 12 +++++----- .../bbn/hadder/commands/nsfw/PornCommand.java | 12 +++++----- .../hadder/commands/nsfw/PussyCommand.java | 12 +++++----- .../commands/nsfw/RandomPornCommand.java | 12 +++++----- .../bbn/hadder/commands/nsfw/SoloCommand.java | 12 +++++----- .../hadder/commands/nsfw/SpankCommand.java | 12 +++++----- .../hadder/commands/nsfw/TransCommand.java | 12 +++++----- .../commands/owner/BlacklistCommand.java | 16 +++++++------- .../hadder/commands/owner/EvalCommand.java | 16 +++++++------- .../commands/owner/GuildLeaveCommand.java | 14 ++++++------ .../hadder/commands/owner/RebootCommand.java | 12 +++++----- .../commands/owner/ShutdownCommand.java | 14 ++++++------ .../hadder/commands/owner/TestCommand.java | 10 ++++----- .../commands/settings/LanguageCommand.java | 10 ++++----- .../commands/settings/UserPrefixCommand.java | 10 ++++----- .../one/bbn/hadder/core/CommandHandler.java | 22 +++++++++---------- src/main/java/one/bbn/hadder/core/Config.java | 4 ++-- src/main/java/one/bbn/hadder/core/Perm.java | 6 ++--- src/main/java/one/bbn/hadder/core/Perms.java | 4 ++-- src/main/java/one/bbn/hadder/db/Rethink.java | 4 ++-- .../java/one/bbn/hadder/db/RethinkServer.java | 2 +- .../java/one/bbn/hadder/db/RethinkUser.java | 2 +- .../bbn/hadder/listener/CommandListener.java | 2 +- .../bbn/hadder/listener/GuildListener.java | 2 +- .../hadder/listener/InviteLinkListener.java | 2 +- .../bbn/hadder/listener/MentionListener.java | 2 +- .../hadder/listener/OwnerMessageListener.java | 14 +++++++++++- .../listener/PrivateMessageListener.java | 2 +- .../bbn/hadder/listener/ReadyListener.java | 2 +- .../bbn/hadder/listener/RulesListener.java | 2 +- .../hadder/listener/StarboardListener.java | 2 +- .../hadder/listener/VoiceLeaveListener.java | 2 +- .../java/one/bbn/hadder/utils/BotList.java | 2 +- .../one/bbn/hadder/utils/EventWaiter.java | 2 +- src/main/java/one/bbn/hadder/utils/Http.java | 2 +- .../one/bbn/hadder/utils/MessageEditor.java | 2 +- .../Translations/Translations_de.properties | 2 +- .../Translations/Translations_en.properties | 2 +- .../Translations/Translations_es.properties | 2 +- .../Translations/Translations_fr.properties | 2 +- .../Translations/Translations_ru.properties | 2 +- .../Translations/Translations_tr.properties | 2 +- .../Translations/Translations_zh.properties | 2 +- 97 files changed, 451 insertions(+), 440 deletions(-) diff --git a/src/main/java/one/bbn/hadder/audio/AudioInfo.java b/src/main/java/one/bbn/hadder/audio/AudioInfo.java index 7568b60..477bfa1 100644 --- a/src/main/java/one/bbn/hadder/audio/AudioInfo.java +++ b/src/main/java/one/bbn/hadder/audio/AudioInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ * limitations under the License. */ -package com.bbn.hadder.audio; +package one.bbn.hadder.audio; import com.sedmelluq.discord.lavaplayer.track.AudioTrack; import net.dv8tion.jda.api.entities.Member; diff --git a/src/main/java/one/bbn/hadder/audio/AudioManager.java b/src/main/java/one/bbn/hadder/audio/AudioManager.java index 28c75c5..6dce995 100644 --- a/src/main/java/one/bbn/hadder/audio/AudioManager.java +++ b/src/main/java/one/bbn/hadder/audio/AudioManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,10 +14,10 @@ * limitations under the License. */ -package com.bbn.hadder.audio; +package one.bbn.hadder.audio; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; import com.sedmelluq.discord.lavaplayer.player.AudioLoadResultHandler; import com.sedmelluq.discord.lavaplayer.player.AudioPlayer; import com.sedmelluq.discord.lavaplayer.player.AudioPlayerManager; diff --git a/src/main/java/one/bbn/hadder/audio/AudioPlayerSendHandler.java b/src/main/java/one/bbn/hadder/audio/AudioPlayerSendHandler.java index eb4f330..6d249c9 100644 --- a/src/main/java/one/bbn/hadder/audio/AudioPlayerSendHandler.java +++ b/src/main/java/one/bbn/hadder/audio/AudioPlayerSendHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ * limitations under the License. */ -package com.bbn.hadder.audio; +package one.bbn.hadder.audio; import com.sedmelluq.discord.lavaplayer.player.AudioPlayer; import com.sedmelluq.discord.lavaplayer.track.playback.AudioFrame; diff --git a/src/main/java/one/bbn/hadder/audio/TrackManager.java b/src/main/java/one/bbn/hadder/audio/TrackManager.java index 423cc35..b26be3f 100644 --- a/src/main/java/one/bbn/hadder/audio/TrackManager.java +++ b/src/main/java/one/bbn/hadder/audio/TrackManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ * limitations under the License. */ -package com.bbn.hadder.audio; +package one.bbn.hadder.audio; import com.sedmelluq.discord.lavaplayer.player.AudioPlayer; import com.sedmelluq.discord.lavaplayer.player.event.AudioEventAdapter; diff --git a/src/main/java/one/bbn/hadder/commands/Command.java b/src/main/java/one/bbn/hadder/commands/Command.java index ae80476..894f70f 100644 --- a/src/main/java/one/bbn/hadder/commands/Command.java +++ b/src/main/java/one/bbn/hadder/commands/Command.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ * limitations under the License. */ -package com.bbn.hadder.commands; +package one.bbn.hadder.commands; public interface Command { void executed(String[] args, CommandEvent e); diff --git a/src/main/java/one/bbn/hadder/commands/CommandEvent.java b/src/main/java/one/bbn/hadder/commands/CommandEvent.java index ad56b79..e09b20c 100644 --- a/src/main/java/one/bbn/hadder/commands/CommandEvent.java +++ b/src/main/java/one/bbn/hadder/commands/CommandEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,17 +14,17 @@ * limitations under the License. */ -package com.bbn.hadder.commands; +package one.bbn.hadder.commands; -import com.bbn.hadder.audio.AudioManager; -import com.bbn.hadder.commands.general.HelpCommand; -import com.bbn.hadder.core.CommandHandler; -import com.bbn.hadder.core.Config; -import com.bbn.hadder.db.Rethink; -import com.bbn.hadder.db.RethinkServer; -import com.bbn.hadder.db.RethinkUser; -import com.bbn.hadder.utils.EventWaiter; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.audio.AudioManager; +import one.bbn.hadder.commands.general.HelpCommand; +import one.bbn.hadder.core.CommandHandler; +import one.bbn.hadder.core.Config; +import one.bbn.hadder.db.Rethink; +import one.bbn.hadder.db.RethinkServer; +import one.bbn.hadder.db.RethinkUser; +import one.bbn.hadder.utils.EventWaiter; +import one.bbn.hadder.utils.MessageEditor; import net.dv8tion.jda.api.JDA; import net.dv8tion.jda.api.entities.Message; import net.dv8tion.jda.api.events.message.MessageReceivedEvent; diff --git a/src/main/java/one/bbn/hadder/commands/fun/AvatarCommand.java b/src/main/java/one/bbn/hadder/commands/fun/AvatarCommand.java index 361284b..1007f61 100644 --- a/src/main/java/one/bbn/hadder/commands/fun/AvatarCommand.java +++ b/src/main/java/one/bbn/hadder/commands/fun/AvatarCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,11 +14,11 @@ * limitations under the License. */ -package com.bbn.hadder.commands.fun; +package one.bbn.hadder.commands.fun; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; import net.dv8tion.jda.api.entities.User; import okhttp3.OkHttpClient; import okhttp3.Request; diff --git a/src/main/java/one/bbn/hadder/commands/fun/ClydeCommand.java b/src/main/java/one/bbn/hadder/commands/fun/ClydeCommand.java index 0101020..29d29aa 100644 --- a/src/main/java/one/bbn/hadder/commands/fun/ClydeCommand.java +++ b/src/main/java/one/bbn/hadder/commands/fun/ClydeCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,15 +14,15 @@ * limitations under the License. */ -package com.bbn.hadder.commands.fun; +package one.bbn.hadder.commands.fun; import club.minnced.discord.webhook.WebhookClient; import club.minnced.discord.webhook.WebhookClientBuilder; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.core.Perm; -import com.bbn.hadder.core.Perms; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.core.Perm; +import one.bbn.hadder.core.Perms; +import one.bbn.hadder.utils.MessageEditor; import net.dv8tion.jda.api.Permission; import net.dv8tion.jda.api.entities.Icon; import net.dv8tion.jda.api.entities.TextChannel; diff --git a/src/main/java/one/bbn/hadder/commands/fun/GifCommand.java b/src/main/java/one/bbn/hadder/commands/fun/GifCommand.java index 239e681..015d2d3 100644 --- a/src/main/java/one/bbn/hadder/commands/fun/GifCommand.java +++ b/src/main/java/one/bbn/hadder/commands/fun/GifCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,11 +14,11 @@ * limitations under the License. */ -package com.bbn.hadder.commands.fun; +package one.bbn.hadder.commands.fun; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; import okhttp3.OkHttpClient; import okhttp3.Request; import okhttp3.Response; diff --git a/src/main/java/one/bbn/hadder/commands/fun/MemeCommand.java b/src/main/java/one/bbn/hadder/commands/fun/MemeCommand.java index 3bf9ebc..345edc1 100644 --- a/src/main/java/one/bbn/hadder/commands/fun/MemeCommand.java +++ b/src/main/java/one/bbn/hadder/commands/fun/MemeCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,11 +14,11 @@ * limitations under the License. */ -package com.bbn.hadder.commands.fun; +package one.bbn.hadder.commands.fun; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; import okhttp3.OkHttpClient; import okhttp3.Request; import okhttp3.Response; diff --git a/src/main/java/one/bbn/hadder/commands/general/AboutCommand.java b/src/main/java/one/bbn/hadder/commands/general/AboutCommand.java index 4bb3188..09678dd 100644 --- a/src/main/java/one/bbn/hadder/commands/general/AboutCommand.java +++ b/src/main/java/one/bbn/hadder/commands/general/AboutCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,11 +14,11 @@ * limitations under the License. */ -package com.bbn.hadder.commands.general; +package one.bbn.hadder.commands.general; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; public class AboutCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/general/EqualsCommand.java b/src/main/java/one/bbn/hadder/commands/general/EqualsCommand.java index 2144fd7..c197c49 100644 --- a/src/main/java/one/bbn/hadder/commands/general/EqualsCommand.java +++ b/src/main/java/one/bbn/hadder/commands/general/EqualsCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,12 +14,12 @@ * limitations under the License. */ -package com.bbn.hadder.commands.general; +package one.bbn.hadder.commands.general; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.EventWaiter; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.EventWaiter; +import one.bbn.hadder.utils.MessageEditor; public class EqualsCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/general/HelpCommand.java b/src/main/java/one/bbn/hadder/commands/general/HelpCommand.java index d643576..7469e1b 100644 --- a/src/main/java/one/bbn/hadder/commands/general/HelpCommand.java +++ b/src/main/java/one/bbn/hadder/commands/general/HelpCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,11 +14,11 @@ * limitations under the License. */ -package com.bbn.hadder.commands.general; +package one.bbn.hadder.commands.general; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; import net.dv8tion.jda.api.EmbedBuilder; import net.dv8tion.jda.api.Permission; diff --git a/src/main/java/one/bbn/hadder/commands/general/InviteCommand.java b/src/main/java/one/bbn/hadder/commands/general/InviteCommand.java index feabf9a..900a249 100644 --- a/src/main/java/one/bbn/hadder/commands/general/InviteCommand.java +++ b/src/main/java/one/bbn/hadder/commands/general/InviteCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,11 +14,11 @@ * limitations under the License. */ -package com.bbn.hadder.commands.general; +package one.bbn.hadder.commands.general; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; public class InviteCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/general/PingCommand.java b/src/main/java/one/bbn/hadder/commands/general/PingCommand.java index cfec2b2..eef7207 100644 --- a/src/main/java/one/bbn/hadder/commands/general/PingCommand.java +++ b/src/main/java/one/bbn/hadder/commands/general/PingCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,11 +14,11 @@ * limitations under the License. */ -package com.bbn.hadder.commands.general; +package one.bbn.hadder.commands.general; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; public class PingCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/misc/CodeCommand.java b/src/main/java/one/bbn/hadder/commands/misc/CodeCommand.java index 443331c..4905c1b 100644 --- a/src/main/java/one/bbn/hadder/commands/misc/CodeCommand.java +++ b/src/main/java/one/bbn/hadder/commands/misc/CodeCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,11 +14,11 @@ * limitations under the License. */ -package com.bbn.hadder.commands.misc; +package one.bbn.hadder.commands.misc; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; import okhttp3.OkHttpClient; import okhttp3.Request; import okhttp3.Response; diff --git a/src/main/java/one/bbn/hadder/commands/misc/CoronaCommand.java b/src/main/java/one/bbn/hadder/commands/misc/CoronaCommand.java index 3f357ae..85a270c 100644 --- a/src/main/java/one/bbn/hadder/commands/misc/CoronaCommand.java +++ b/src/main/java/one/bbn/hadder/commands/misc/CoronaCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,11 +14,11 @@ * limitations under the License. */ -package com.bbn.hadder.commands.misc; +package one.bbn.hadder.commands.misc; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; import okhttp3.OkHttpClient; import okhttp3.Request; import okhttp3.Response; diff --git a/src/main/java/one/bbn/hadder/commands/misc/FeedbackCommand.java b/src/main/java/one/bbn/hadder/commands/misc/FeedbackCommand.java index 68bbb77..849f526 100644 --- a/src/main/java/one/bbn/hadder/commands/misc/FeedbackCommand.java +++ b/src/main/java/one/bbn/hadder/commands/misc/FeedbackCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,12 +14,12 @@ * limitations under the License. */ -package com.bbn.hadder.commands.misc; +package one.bbn.hadder.commands.misc; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.EventWaiter; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.EventWaiter; +import one.bbn.hadder.utils.MessageEditor; import org.kohsuke.github.GHIssue; import org.kohsuke.github.GHRepository; import org.kohsuke.github.GitHub; diff --git a/src/main/java/one/bbn/hadder/commands/misc/GitHubCommand.java b/src/main/java/one/bbn/hadder/commands/misc/GitHubCommand.java index 606c9bb..08646dd 100644 --- a/src/main/java/one/bbn/hadder/commands/misc/GitHubCommand.java +++ b/src/main/java/one/bbn/hadder/commands/misc/GitHubCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,11 +14,11 @@ * limitations under the License. */ -package com.bbn.hadder.commands.misc; +package one.bbn.hadder.commands.misc; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; import okhttp3.OkHttpClient; import okhttp3.Request; import okhttp3.Response; diff --git a/src/main/java/one/bbn/hadder/commands/misc/MoveAllCommand.java b/src/main/java/one/bbn/hadder/commands/misc/MoveAllCommand.java index 1ac3464..e382064 100644 --- a/src/main/java/one/bbn/hadder/commands/misc/MoveAllCommand.java +++ b/src/main/java/one/bbn/hadder/commands/misc/MoveAllCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,13 +14,13 @@ * limitations under the License. */ -package com.bbn.hadder.commands.misc; +package one.bbn.hadder.commands.misc; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.core.Perm; -import com.bbn.hadder.core.Perms; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.core.Perm; +import one.bbn.hadder.core.Perms; +import one.bbn.hadder.utils.MessageEditor; import org.apache.commons.lang3.StringUtils; @Perms(Perm.VOICE_MOVE_OTHERS) diff --git a/src/main/java/one/bbn/hadder/commands/misc/ProfileCommand.java b/src/main/java/one/bbn/hadder/commands/misc/ProfileCommand.java index 87d1901..78d017a 100644 --- a/src/main/java/one/bbn/hadder/commands/misc/ProfileCommand.java +++ b/src/main/java/one/bbn/hadder/commands/misc/ProfileCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,11 +14,11 @@ * limitations under the License. */ -package com.bbn.hadder.commands.misc; +package one.bbn.hadder.commands.misc; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; import net.dv8tion.jda.api.EmbedBuilder; import net.dv8tion.jda.api.entities.User; import org.apache.commons.lang3.StringUtils; diff --git a/src/main/java/one/bbn/hadder/commands/misc/ScreenShareCommand.java b/src/main/java/one/bbn/hadder/commands/misc/ScreenShareCommand.java index 65cd24d..f789f4a 100644 --- a/src/main/java/one/bbn/hadder/commands/misc/ScreenShareCommand.java +++ b/src/main/java/one/bbn/hadder/commands/misc/ScreenShareCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,13 +14,12 @@ * limitations under the License. */ -package com.bbn.hadder.commands.misc; +package one.bbn.hadder.commands.misc; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.EventWaiter; -import com.bbn.hadder.utils.MessageEditor; -import com.bbn.hadder.utils.MessageEditor.MessageType; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.EventWaiter; +import one.bbn.hadder.utils.MessageEditor; import net.dv8tion.jda.api.EmbedBuilder; import net.dv8tion.jda.api.entities.VoiceChannel; @@ -44,7 +43,7 @@ public class ScreenShareCommand implements Command { } else { List vcs = e.getGuild().getVoiceChannelsByName(String.join(" ", args), true); if (vcs.size() > 1) { - EmbedBuilder eb = e.getMessageEditor().getMessage(MessageType.WARNING, "commands.misc.screenshare.channel.error.title", "commands.misc.screenshare.channel.error.description"); + EmbedBuilder eb = e.getMessageEditor().getMessage(MessageEditor.MessageType.WARNING, "commands.misc.screenshare.channel.error.title", "commands.misc.screenshare.channel.error.description"); for (int i = 0; i < vcs.size(); i++) { VoiceChannel voiceChannel = vcs.get(i); eb.addField(i + ": " + voiceChannel.getName(), voiceChannel.getId(), false); diff --git a/src/main/java/one/bbn/hadder/commands/misc/ServerStatsCommand.java b/src/main/java/one/bbn/hadder/commands/misc/ServerStatsCommand.java index 9d31c5c..b51df9b 100644 --- a/src/main/java/one/bbn/hadder/commands/misc/ServerStatsCommand.java +++ b/src/main/java/one/bbn/hadder/commands/misc/ServerStatsCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,11 +14,11 @@ * limitations under the License. */ -package com.bbn.hadder.commands.misc; +package one.bbn.hadder.commands.misc; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; import net.dv8tion.jda.api.EmbedBuilder; import java.util.Date; diff --git a/src/main/java/one/bbn/hadder/commands/moderation/BanCommand.java b/src/main/java/one/bbn/hadder/commands/moderation/BanCommand.java index d179018..f3c779a 100644 --- a/src/main/java/one/bbn/hadder/commands/moderation/BanCommand.java +++ b/src/main/java/one/bbn/hadder/commands/moderation/BanCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,13 +14,13 @@ * limitations under the License. */ -package com.bbn.hadder.commands.moderation; +package one.bbn.hadder.commands.moderation; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.core.Perm; -import com.bbn.hadder.core.Perms; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.core.Perm; +import one.bbn.hadder.core.Perms; +import one.bbn.hadder.utils.MessageEditor; import net.dv8tion.jda.api.entities.Member; @Perms(Perm.BAN_MEMBERS) diff --git a/src/main/java/one/bbn/hadder/commands/moderation/ClearCommand.java b/src/main/java/one/bbn/hadder/commands/moderation/ClearCommand.java index d595aa7..923da57 100644 --- a/src/main/java/one/bbn/hadder/commands/moderation/ClearCommand.java +++ b/src/main/java/one/bbn/hadder/commands/moderation/ClearCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,13 +14,13 @@ * limitations under the License. */ -package com.bbn.hadder.commands.moderation; +package one.bbn.hadder.commands.moderation; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.core.Perm; -import com.bbn.hadder.core.Perms; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.core.Perm; +import one.bbn.hadder.core.Perms; +import one.bbn.hadder.utils.MessageEditor; import net.dv8tion.jda.api.Permission; import net.dv8tion.jda.api.entities.Message; diff --git a/src/main/java/one/bbn/hadder/commands/moderation/EditRulesCommand.java b/src/main/java/one/bbn/hadder/commands/moderation/EditRulesCommand.java index 7b6b70b..5a3b360 100644 --- a/src/main/java/one/bbn/hadder/commands/moderation/EditRulesCommand.java +++ b/src/main/java/one/bbn/hadder/commands/moderation/EditRulesCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,13 +14,13 @@ * limitations under the License. */ -package com.bbn.hadder.commands.moderation; +package one.bbn.hadder.commands.moderation; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.core.Perm; -import com.bbn.hadder.core.Perms; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.core.Perm; +import one.bbn.hadder.core.Perms; +import one.bbn.hadder.utils.MessageEditor; import net.dv8tion.jda.api.entities.TextChannel; @Perms(Perm.MANAGE_SERVER) diff --git a/src/main/java/one/bbn/hadder/commands/moderation/InviteDetectCommand.java b/src/main/java/one/bbn/hadder/commands/moderation/InviteDetectCommand.java index 8b876d1..12994d9 100644 --- a/src/main/java/one/bbn/hadder/commands/moderation/InviteDetectCommand.java +++ b/src/main/java/one/bbn/hadder/commands/moderation/InviteDetectCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,13 +14,13 @@ * limitations under the License. */ -package com.bbn.hadder.commands.moderation; +package one.bbn.hadder.commands.moderation; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.core.Perm; -import com.bbn.hadder.core.Perms; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.core.Perm; +import one.bbn.hadder.core.Perms; +import one.bbn.hadder.utils.MessageEditor; @Perms(Perm.MANAGE_SERVER) public class InviteDetectCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/moderation/KickCommand.java b/src/main/java/one/bbn/hadder/commands/moderation/KickCommand.java index 5784644..d94224d 100644 --- a/src/main/java/one/bbn/hadder/commands/moderation/KickCommand.java +++ b/src/main/java/one/bbn/hadder/commands/moderation/KickCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,13 +14,13 @@ * limitations under the License. */ -package com.bbn.hadder.commands.moderation; +package one.bbn.hadder.commands.moderation; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.core.Perm; -import com.bbn.hadder.core.Perms; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.core.Perm; +import one.bbn.hadder.core.Perms; +import one.bbn.hadder.utils.MessageEditor; import net.dv8tion.jda.api.entities.Member; @Perms(Perm.KICK_MEMBERS) diff --git a/src/main/java/one/bbn/hadder/commands/moderation/NickCommand.java b/src/main/java/one/bbn/hadder/commands/moderation/NickCommand.java index 40415bd..6bbcab4 100644 --- a/src/main/java/one/bbn/hadder/commands/moderation/NickCommand.java +++ b/src/main/java/one/bbn/hadder/commands/moderation/NickCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,13 +14,13 @@ * limitations under the License. */ -package com.bbn.hadder.commands.moderation; +package one.bbn.hadder.commands.moderation; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.core.Perm; -import com.bbn.hadder.core.Perms; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.core.Perm; +import one.bbn.hadder.core.Perms; +import one.bbn.hadder.utils.MessageEditor; import net.dv8tion.jda.api.Permission; import net.dv8tion.jda.api.entities.Member; diff --git a/src/main/java/one/bbn/hadder/commands/moderation/PrefixCommand.java b/src/main/java/one/bbn/hadder/commands/moderation/PrefixCommand.java index 7b4737b..60c3758 100644 --- a/src/main/java/one/bbn/hadder/commands/moderation/PrefixCommand.java +++ b/src/main/java/one/bbn/hadder/commands/moderation/PrefixCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,13 +14,13 @@ * limitations under the License. */ -package com.bbn.hadder.commands.moderation; +package one.bbn.hadder.commands.moderation; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.core.Perm; -import com.bbn.hadder.core.Perms; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.core.Perm; +import one.bbn.hadder.core.Perms; +import one.bbn.hadder.utils.MessageEditor; @Perms(Perm.MANAGE_SERVER) public class PrefixCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/moderation/RegionChangeCommand.java b/src/main/java/one/bbn/hadder/commands/moderation/RegionChangeCommand.java index a72c608..220dcdb 100644 --- a/src/main/java/one/bbn/hadder/commands/moderation/RegionChangeCommand.java +++ b/src/main/java/one/bbn/hadder/commands/moderation/RegionChangeCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,13 +14,13 @@ * limitations under the License. */ -package com.bbn.hadder.commands.moderation; +package one.bbn.hadder.commands.moderation; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.core.Perm; -import com.bbn.hadder.core.Perms; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.core.Perm; +import one.bbn.hadder.core.Perms; +import one.bbn.hadder.utils.MessageEditor; import net.dv8tion.jda.api.Permission; import net.dv8tion.jda.api.Region; diff --git a/src/main/java/one/bbn/hadder/commands/moderation/RoleCommand.java b/src/main/java/one/bbn/hadder/commands/moderation/RoleCommand.java index 9094bcd..13d6923 100644 --- a/src/main/java/one/bbn/hadder/commands/moderation/RoleCommand.java +++ b/src/main/java/one/bbn/hadder/commands/moderation/RoleCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,13 +14,13 @@ * limitations under the License. */ -package com.bbn.hadder.commands.moderation; +package one.bbn.hadder.commands.moderation; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.core.Perm; -import com.bbn.hadder.core.Perms; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.core.Perm; +import one.bbn.hadder.core.Perms; +import one.bbn.hadder.utils.MessageEditor; import net.dv8tion.jda.api.Permission; import net.dv8tion.jda.api.entities.Member; import net.dv8tion.jda.api.entities.Role; diff --git a/src/main/java/one/bbn/hadder/commands/moderation/RulesCommand.java b/src/main/java/one/bbn/hadder/commands/moderation/RulesCommand.java index e797080..03d505f 100644 --- a/src/main/java/one/bbn/hadder/commands/moderation/RulesCommand.java +++ b/src/main/java/one/bbn/hadder/commands/moderation/RulesCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,14 +14,14 @@ * limitations under the License. */ -package com.bbn.hadder.commands.moderation; +package one.bbn.hadder.commands.moderation; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.core.Perm; -import com.bbn.hadder.core.Perms; -import com.bbn.hadder.utils.EventWaiter; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.core.Perm; +import one.bbn.hadder.core.Perms; +import one.bbn.hadder.utils.EventWaiter; +import one.bbn.hadder.utils.MessageEditor; import net.dv8tion.jda.api.Permission; import net.dv8tion.jda.api.entities.Emote; import net.dv8tion.jda.api.entities.Message; diff --git a/src/main/java/one/bbn/hadder/commands/moderation/StarboardCommand.java b/src/main/java/one/bbn/hadder/commands/moderation/StarboardCommand.java index 11af987..bf202dc 100644 --- a/src/main/java/one/bbn/hadder/commands/moderation/StarboardCommand.java +++ b/src/main/java/one/bbn/hadder/commands/moderation/StarboardCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,11 +14,11 @@ * limitations under the License. */ -package com.bbn.hadder.commands.moderation; +package one.bbn.hadder.commands.moderation; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; import net.dv8tion.jda.api.entities.TextChannel; public class StarboardCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/music/BassCommand.java b/src/main/java/one/bbn/hadder/commands/music/BassCommand.java index 45fa9f8..222132a 100644 --- a/src/main/java/one/bbn/hadder/commands/music/BassCommand.java +++ b/src/main/java/one/bbn/hadder/commands/music/BassCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,11 +14,11 @@ * limitations under the License. */ -package com.bbn.hadder.commands.music; +package one.bbn.hadder.commands.music; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; import com.sedmelluq.discord.lavaplayer.filter.equalizer.EqualizerFactory; public class BassCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/music/EchoCommand.java b/src/main/java/one/bbn/hadder/commands/music/EchoCommand.java index 3af61a9..4a17818 100644 --- a/src/main/java/one/bbn/hadder/commands/music/EchoCommand.java +++ b/src/main/java/one/bbn/hadder/commands/music/EchoCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,12 +14,12 @@ * limitations under the License. */ -package com.bbn.hadder.commands.music; +package one.bbn.hadder.commands.music; -import com.bbn.hadder.audio.AudioPlayerSendHandler; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.audio.AudioPlayerSendHandler; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; import net.dv8tion.jda.api.entities.Guild; import net.dv8tion.jda.api.managers.AudioManager; diff --git a/src/main/java/one/bbn/hadder/commands/music/InfoCommand.java b/src/main/java/one/bbn/hadder/commands/music/InfoCommand.java index 6096550..48b50f5 100644 --- a/src/main/java/one/bbn/hadder/commands/music/InfoCommand.java +++ b/src/main/java/one/bbn/hadder/commands/music/InfoCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,11 +14,11 @@ * limitations under the License. */ -package com.bbn.hadder.commands.music; +package one.bbn.hadder.commands.music; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; import com.sedmelluq.discord.lavaplayer.track.AudioTrack; public class InfoCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/music/JoinCommand.java b/src/main/java/one/bbn/hadder/commands/music/JoinCommand.java index 4f3a850..f735fa0 100644 --- a/src/main/java/one/bbn/hadder/commands/music/JoinCommand.java +++ b/src/main/java/one/bbn/hadder/commands/music/JoinCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,11 +14,11 @@ * limitations under the License. */ -package com.bbn.hadder.commands.music; +package one.bbn.hadder.commands.music; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; import net.dv8tion.jda.api.entities.VoiceChannel; import net.dv8tion.jda.api.exceptions.InsufficientPermissionException; import net.dv8tion.jda.api.managers.AudioManager; diff --git a/src/main/java/one/bbn/hadder/commands/music/LoopCommand.java b/src/main/java/one/bbn/hadder/commands/music/LoopCommand.java index 1189845..b55f13f 100644 --- a/src/main/java/one/bbn/hadder/commands/music/LoopCommand.java +++ b/src/main/java/one/bbn/hadder/commands/music/LoopCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,11 +14,11 @@ * limitations under the License. */ -package com.bbn.hadder.commands.music; +package one.bbn.hadder.commands.music; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; public class LoopCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/music/PauseCommand.java b/src/main/java/one/bbn/hadder/commands/music/PauseCommand.java index 3dcf47e..22854db 100644 --- a/src/main/java/one/bbn/hadder/commands/music/PauseCommand.java +++ b/src/main/java/one/bbn/hadder/commands/music/PauseCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,11 +14,11 @@ * limitations under the License. */ -package com.bbn.hadder.commands.music; +package one.bbn.hadder.commands.music; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; public class PauseCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/music/PlayCommand.java b/src/main/java/one/bbn/hadder/commands/music/PlayCommand.java index 45c3855..1d09985 100644 --- a/src/main/java/one/bbn/hadder/commands/music/PlayCommand.java +++ b/src/main/java/one/bbn/hadder/commands/music/PlayCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,11 +14,11 @@ * limitations under the License. */ -package com.bbn.hadder.commands.music; +package one.bbn.hadder.commands.music; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; import net.dv8tion.jda.api.entities.Message; import net.dv8tion.jda.api.exceptions.InsufficientPermissionException; diff --git a/src/main/java/one/bbn/hadder/commands/music/QueueCommand.java b/src/main/java/one/bbn/hadder/commands/music/QueueCommand.java index 185e91d..b68f90b 100644 --- a/src/main/java/one/bbn/hadder/commands/music/QueueCommand.java +++ b/src/main/java/one/bbn/hadder/commands/music/QueueCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,12 +14,12 @@ * limitations under the License. */ -package com.bbn.hadder.commands.music; +package one.bbn.hadder.commands.music; -import com.bbn.hadder.audio.AudioInfo; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.audio.AudioInfo; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; import java.util.Set; diff --git a/src/main/java/one/bbn/hadder/commands/music/RecordCommand.java b/src/main/java/one/bbn/hadder/commands/music/RecordCommand.java index 9f540cf..f6eaafd 100644 --- a/src/main/java/one/bbn/hadder/commands/music/RecordCommand.java +++ b/src/main/java/one/bbn/hadder/commands/music/RecordCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,12 +14,12 @@ * limitations under the License. */ -package com.bbn.hadder.commands.music; +package one.bbn.hadder.commands.music; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.core.Perm; -import com.bbn.hadder.core.Perms; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.core.Perm; +import one.bbn.hadder.core.Perms; import net.dv8tion.jda.api.audio.AudioReceiveHandler; import net.dv8tion.jda.api.audio.AudioSendHandler; import net.dv8tion.jda.api.audio.UserAudio; diff --git a/src/main/java/one/bbn/hadder/commands/music/SkipCommand.java b/src/main/java/one/bbn/hadder/commands/music/SkipCommand.java index 5695395..183f554 100644 --- a/src/main/java/one/bbn/hadder/commands/music/SkipCommand.java +++ b/src/main/java/one/bbn/hadder/commands/music/SkipCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,11 +14,11 @@ * limitations under the License. */ -package com.bbn.hadder.commands.music; +package one.bbn.hadder.commands.music; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; public class SkipCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/music/StopCommand.java b/src/main/java/one/bbn/hadder/commands/music/StopCommand.java index 96a1811..717395f 100644 --- a/src/main/java/one/bbn/hadder/commands/music/StopCommand.java +++ b/src/main/java/one/bbn/hadder/commands/music/StopCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,11 +14,11 @@ * limitations under the License. */ -package com.bbn.hadder.commands.music; +package one.bbn.hadder.commands.music; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; public class StopCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/music/VolumeCommand.java b/src/main/java/one/bbn/hadder/commands/music/VolumeCommand.java index dec010d..077a3db 100644 --- a/src/main/java/one/bbn/hadder/commands/music/VolumeCommand.java +++ b/src/main/java/one/bbn/hadder/commands/music/VolumeCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,11 +14,11 @@ * limitations under the License. */ -package com.bbn.hadder.commands.music; +package one.bbn.hadder.commands.music; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; import org.jsoup.internal.StringUtil; public class VolumeCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/nsfw/AnalCommand.java b/src/main/java/one/bbn/hadder/commands/nsfw/AnalCommand.java index 8d51300..f15e62b 100644 --- a/src/main/java/one/bbn/hadder/commands/nsfw/AnalCommand.java +++ b/src/main/java/one/bbn/hadder/commands/nsfw/AnalCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,12 +14,12 @@ * limitations under the License. */ -package com.bbn.hadder.commands.nsfw; +package one.bbn.hadder.commands.nsfw; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.Http; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.Http; +import one.bbn.hadder.utils.MessageEditor; public class AnalCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/nsfw/BDSMCommand.java b/src/main/java/one/bbn/hadder/commands/nsfw/BDSMCommand.java index 8cc55d3..d27d060 100644 --- a/src/main/java/one/bbn/hadder/commands/nsfw/BDSMCommand.java +++ b/src/main/java/one/bbn/hadder/commands/nsfw/BDSMCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,12 +14,12 @@ * limitations under the License. */ -package com.bbn.hadder.commands.nsfw; +package one.bbn.hadder.commands.nsfw; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.Http; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.Http; +import one.bbn.hadder.utils.MessageEditor; public class BDSMCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/nsfw/BlowjobCommand.java b/src/main/java/one/bbn/hadder/commands/nsfw/BlowjobCommand.java index b2a3b4f..9bfe68a 100644 --- a/src/main/java/one/bbn/hadder/commands/nsfw/BlowjobCommand.java +++ b/src/main/java/one/bbn/hadder/commands/nsfw/BlowjobCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,12 +14,12 @@ * limitations under the License. */ -package com.bbn.hadder.commands.nsfw; +package one.bbn.hadder.commands.nsfw; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.Http; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.Http; +import one.bbn.hadder.utils.MessageEditor; public class BlowjobCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/nsfw/BoobsCommand.java b/src/main/java/one/bbn/hadder/commands/nsfw/BoobsCommand.java index 9344148..ede391e 100644 --- a/src/main/java/one/bbn/hadder/commands/nsfw/BoobsCommand.java +++ b/src/main/java/one/bbn/hadder/commands/nsfw/BoobsCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,12 +14,12 @@ * limitations under the License. */ -package com.bbn.hadder.commands.nsfw; +package one.bbn.hadder.commands.nsfw; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.Http; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.Http; +import one.bbn.hadder.utils.MessageEditor; public class BoobsCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/nsfw/CumCommand.java b/src/main/java/one/bbn/hadder/commands/nsfw/CumCommand.java index 9f45457..b8ff0f9 100644 --- a/src/main/java/one/bbn/hadder/commands/nsfw/CumCommand.java +++ b/src/main/java/one/bbn/hadder/commands/nsfw/CumCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,12 +14,12 @@ * limitations under the License. */ -package com.bbn.hadder.commands.nsfw; +package one.bbn.hadder.commands.nsfw; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.Http; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.Http; +import one.bbn.hadder.utils.MessageEditor; public class CumCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/nsfw/EroticCommand.java b/src/main/java/one/bbn/hadder/commands/nsfw/EroticCommand.java index 8e1d25f..91fcba8 100644 --- a/src/main/java/one/bbn/hadder/commands/nsfw/EroticCommand.java +++ b/src/main/java/one/bbn/hadder/commands/nsfw/EroticCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,12 +14,12 @@ * limitations under the License. */ -package com.bbn.hadder.commands.nsfw; +package one.bbn.hadder.commands.nsfw; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.Http; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.Http; +import one.bbn.hadder.utils.MessageEditor; public class EroticCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/nsfw/FeetCommand.java b/src/main/java/one/bbn/hadder/commands/nsfw/FeetCommand.java index 2771465..074b541 100644 --- a/src/main/java/one/bbn/hadder/commands/nsfw/FeetCommand.java +++ b/src/main/java/one/bbn/hadder/commands/nsfw/FeetCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,12 +14,12 @@ * limitations under the License. */ -package com.bbn.hadder.commands.nsfw; +package one.bbn.hadder.commands.nsfw; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.Http; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.Http; +import one.bbn.hadder.utils.MessageEditor; public class FeetCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/nsfw/FingeringCommand.java b/src/main/java/one/bbn/hadder/commands/nsfw/FingeringCommand.java index 613aeb6..edfb20d 100644 --- a/src/main/java/one/bbn/hadder/commands/nsfw/FingeringCommand.java +++ b/src/main/java/one/bbn/hadder/commands/nsfw/FingeringCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,12 +14,12 @@ * limitations under the License. */ -package com.bbn.hadder.commands.nsfw; +package one.bbn.hadder.commands.nsfw; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.Http; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.Http; +import one.bbn.hadder.utils.MessageEditor; public class FingeringCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/nsfw/LickingCommand.java b/src/main/java/one/bbn/hadder/commands/nsfw/LickingCommand.java index 2cca595..f51cb2a 100644 --- a/src/main/java/one/bbn/hadder/commands/nsfw/LickingCommand.java +++ b/src/main/java/one/bbn/hadder/commands/nsfw/LickingCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,12 +14,12 @@ * limitations under the License. */ -package com.bbn.hadder.commands.nsfw; +package one.bbn.hadder.commands.nsfw; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.Http; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.Http; +import one.bbn.hadder.utils.MessageEditor; public class LickingCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/nsfw/PornCommand.java b/src/main/java/one/bbn/hadder/commands/nsfw/PornCommand.java index eebcb33..90f76ca 100644 --- a/src/main/java/one/bbn/hadder/commands/nsfw/PornCommand.java +++ b/src/main/java/one/bbn/hadder/commands/nsfw/PornCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,12 +14,12 @@ * limitations under the License. */ -package com.bbn.hadder.commands.nsfw; +package one.bbn.hadder.commands.nsfw; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.Http; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.Http; +import one.bbn.hadder.utils.MessageEditor; public class PornCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/nsfw/PussyCommand.java b/src/main/java/one/bbn/hadder/commands/nsfw/PussyCommand.java index d00dad8..1968706 100644 --- a/src/main/java/one/bbn/hadder/commands/nsfw/PussyCommand.java +++ b/src/main/java/one/bbn/hadder/commands/nsfw/PussyCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,12 +14,12 @@ * limitations under the License. */ -package com.bbn.hadder.commands.nsfw; +package one.bbn.hadder.commands.nsfw; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.Http; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.Http; +import one.bbn.hadder.utils.MessageEditor; public class PussyCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/nsfw/RandomPornCommand.java b/src/main/java/one/bbn/hadder/commands/nsfw/RandomPornCommand.java index 40ffca4..7218f58 100644 --- a/src/main/java/one/bbn/hadder/commands/nsfw/RandomPornCommand.java +++ b/src/main/java/one/bbn/hadder/commands/nsfw/RandomPornCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,12 +14,12 @@ * limitations under the License. */ -package com.bbn.hadder.commands.nsfw; +package one.bbn.hadder.commands.nsfw; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.Http; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.Http; +import one.bbn.hadder.utils.MessageEditor; public class RandomPornCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/nsfw/SoloCommand.java b/src/main/java/one/bbn/hadder/commands/nsfw/SoloCommand.java index c7652fd..7e4c4bf 100644 --- a/src/main/java/one/bbn/hadder/commands/nsfw/SoloCommand.java +++ b/src/main/java/one/bbn/hadder/commands/nsfw/SoloCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,12 +14,12 @@ * limitations under the License. */ -package com.bbn.hadder.commands.nsfw; +package one.bbn.hadder.commands.nsfw; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.Http; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.Http; +import one.bbn.hadder.utils.MessageEditor; public class SoloCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/nsfw/SpankCommand.java b/src/main/java/one/bbn/hadder/commands/nsfw/SpankCommand.java index bac668d..e607acd 100644 --- a/src/main/java/one/bbn/hadder/commands/nsfw/SpankCommand.java +++ b/src/main/java/one/bbn/hadder/commands/nsfw/SpankCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,12 +14,12 @@ * limitations under the License. */ -package com.bbn.hadder.commands.nsfw; +package one.bbn.hadder.commands.nsfw; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.Http; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.Http; +import one.bbn.hadder.utils.MessageEditor; public class SpankCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/nsfw/TransCommand.java b/src/main/java/one/bbn/hadder/commands/nsfw/TransCommand.java index 9beea46..0a3a45c 100644 --- a/src/main/java/one/bbn/hadder/commands/nsfw/TransCommand.java +++ b/src/main/java/one/bbn/hadder/commands/nsfw/TransCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,12 +14,12 @@ * limitations under the License. */ -package com.bbn.hadder.commands.nsfw; +package one.bbn.hadder.commands.nsfw; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.Http; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.Http; +import one.bbn.hadder.utils.MessageEditor; public class TransCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/owner/BlacklistCommand.java b/src/main/java/one/bbn/hadder/commands/owner/BlacklistCommand.java index 4d5da6c..4175b63 100644 --- a/src/main/java/one/bbn/hadder/commands/owner/BlacklistCommand.java +++ b/src/main/java/one/bbn/hadder/commands/owner/BlacklistCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,14 +14,14 @@ * limitations under the License. */ -package com.bbn.hadder.commands.owner; +package one.bbn.hadder.commands.owner; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.core.Perm; -import com.bbn.hadder.core.Perms; -import com.bbn.hadder.db.RethinkUser; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.core.Perm; +import one.bbn.hadder.core.Perms; +import one.bbn.hadder.db.RethinkUser; +import one.bbn.hadder.utils.MessageEditor; import net.dv8tion.jda.api.entities.User; import java.util.ArrayList; diff --git a/src/main/java/one/bbn/hadder/commands/owner/EvalCommand.java b/src/main/java/one/bbn/hadder/commands/owner/EvalCommand.java index 5d0f8f7..d4e20b0 100644 --- a/src/main/java/one/bbn/hadder/commands/owner/EvalCommand.java +++ b/src/main/java/one/bbn/hadder/commands/owner/EvalCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,14 +14,14 @@ * limitations under the License. */ -package com.bbn.hadder.commands.owner; +package one.bbn.hadder.commands.owner; -import com.bbn.hadder.Hadder; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.core.Perm; -import com.bbn.hadder.core.Perms; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.Hadder; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.core.Perm; +import one.bbn.hadder.core.Perms; +import one.bbn.hadder.utils.MessageEditor; import javax.script.ScriptEngine; import javax.script.ScriptEngineManager; diff --git a/src/main/java/one/bbn/hadder/commands/owner/GuildLeaveCommand.java b/src/main/java/one/bbn/hadder/commands/owner/GuildLeaveCommand.java index 0db2850..ea325e5 100644 --- a/src/main/java/one/bbn/hadder/commands/owner/GuildLeaveCommand.java +++ b/src/main/java/one/bbn/hadder/commands/owner/GuildLeaveCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,13 +14,13 @@ * limitations under the License. */ -package com.bbn.hadder.commands.owner; +package one.bbn.hadder.commands.owner; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.core.Perm; -import com.bbn.hadder.core.Perms; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.core.Perm; +import one.bbn.hadder.core.Perms; +import one.bbn.hadder.utils.MessageEditor; import net.dv8tion.jda.api.entities.Guild; @Perms(Perm.BOT_OWNER) diff --git a/src/main/java/one/bbn/hadder/commands/owner/RebootCommand.java b/src/main/java/one/bbn/hadder/commands/owner/RebootCommand.java index 7ae5ff9..81ad9a4 100644 --- a/src/main/java/one/bbn/hadder/commands/owner/RebootCommand.java +++ b/src/main/java/one/bbn/hadder/commands/owner/RebootCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,12 +14,12 @@ * limitations under the License. */ -package com.bbn.hadder.commands.owner; +package one.bbn.hadder.commands.owner; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.core.Perm; -import com.bbn.hadder.core.Perms; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.core.Perm; +import one.bbn.hadder.core.Perms; @Perms(Perm.BOT_OWNER) public class RebootCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/owner/ShutdownCommand.java b/src/main/java/one/bbn/hadder/commands/owner/ShutdownCommand.java index b8357a8..6c763af 100644 --- a/src/main/java/one/bbn/hadder/commands/owner/ShutdownCommand.java +++ b/src/main/java/one/bbn/hadder/commands/owner/ShutdownCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,13 +14,13 @@ * limitations under the License. */ -package com.bbn.hadder.commands.owner; +package one.bbn.hadder.commands.owner; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.core.Perm; -import com.bbn.hadder.core.Perms; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.core.Perm; +import one.bbn.hadder.core.Perms; +import one.bbn.hadder.utils.MessageEditor; @Perms(Perm.BOT_OWNER) public class ShutdownCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/owner/TestCommand.java b/src/main/java/one/bbn/hadder/commands/owner/TestCommand.java index b484b6a..41f8a37 100644 --- a/src/main/java/one/bbn/hadder/commands/owner/TestCommand.java +++ b/src/main/java/one/bbn/hadder/commands/owner/TestCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,11 +14,11 @@ * limitations under the License. */ -package com.bbn.hadder.commands.owner; +package one.bbn.hadder.commands.owner; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor.MessageType; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor.MessageType; public class TestCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/settings/LanguageCommand.java b/src/main/java/one/bbn/hadder/commands/settings/LanguageCommand.java index eea064a..3dbb964 100644 --- a/src/main/java/one/bbn/hadder/commands/settings/LanguageCommand.java +++ b/src/main/java/one/bbn/hadder/commands/settings/LanguageCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,11 +14,11 @@ * limitations under the License. */ -package com.bbn.hadder.commands.settings; +package one.bbn.hadder.commands.settings; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; public class LanguageCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/commands/settings/UserPrefixCommand.java b/src/main/java/one/bbn/hadder/commands/settings/UserPrefixCommand.java index 21e6d06..ade95b5 100644 --- a/src/main/java/one/bbn/hadder/commands/settings/UserPrefixCommand.java +++ b/src/main/java/one/bbn/hadder/commands/settings/UserPrefixCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,11 +14,11 @@ * limitations under the License. */ -package com.bbn.hadder.commands.settings; +package one.bbn.hadder.commands.settings; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.utils.MessageEditor; public class UserPrefixCommand implements Command { diff --git a/src/main/java/one/bbn/hadder/core/CommandHandler.java b/src/main/java/one/bbn/hadder/core/CommandHandler.java index 39a000a..1c9aef6 100644 --- a/src/main/java/one/bbn/hadder/core/CommandHandler.java +++ b/src/main/java/one/bbn/hadder/core/CommandHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,17 +14,17 @@ * limitations under the License. */ -package com.bbn.hadder.core; +package one.bbn.hadder.core; -import com.bbn.hadder.audio.AudioManager; -import com.bbn.hadder.commands.Command; -import com.bbn.hadder.commands.CommandEvent; -import com.bbn.hadder.commands.general.HelpCommand; -import com.bbn.hadder.db.Rethink; -import com.bbn.hadder.db.RethinkServer; -import com.bbn.hadder.db.RethinkUser; -import com.bbn.hadder.utils.EventWaiter; -import com.bbn.hadder.utils.MessageEditor; +import one.bbn.hadder.audio.AudioManager; +import one.bbn.hadder.commands.Command; +import one.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.commands.general.HelpCommand; +import one.bbn.hadder.db.Rethink; +import one.bbn.hadder.db.RethinkServer; +import one.bbn.hadder.db.RethinkUser; +import one.bbn.hadder.utils.EventWaiter; +import one.bbn.hadder.utils.MessageEditor; import net.dv8tion.jda.api.events.message.MessageReceivedEvent; import java.util.Arrays; diff --git a/src/main/java/one/bbn/hadder/core/Config.java b/src/main/java/one/bbn/hadder/core/Config.java index 2af7ff2..a2c1389 100644 --- a/src/main/java/one/bbn/hadder/core/Config.java +++ b/src/main/java/one/bbn/hadder/core/Config.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ * limitations under the License. */ -package com.bbn.hadder.core; +package one.bbn.hadder.core; import org.json.JSONObject; import org.json.JSONStringer; diff --git a/src/main/java/one/bbn/hadder/core/Perm.java b/src/main/java/one/bbn/hadder/core/Perm.java index 2c5b4bb..a872918 100644 --- a/src/main/java/one/bbn/hadder/core/Perm.java +++ b/src/main/java/one/bbn/hadder/core/Perm.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,9 +14,9 @@ * limitations under the License. */ -package com.bbn.hadder.core; +package one.bbn.hadder.core; -import com.bbn.hadder.commands.CommandEvent; +import one.bbn.hadder.commands.CommandEvent; import net.dv8tion.jda.api.Permission; public enum Perm { diff --git a/src/main/java/one/bbn/hadder/core/Perms.java b/src/main/java/one/bbn/hadder/core/Perms.java index a5c2efe..b442577 100644 --- a/src/main/java/one/bbn/hadder/core/Perms.java +++ b/src/main/java/one/bbn/hadder/core/Perms.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ * limitations under the License. */ -package com.bbn.hadder.core; +package one.bbn.hadder.core; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; diff --git a/src/main/java/one/bbn/hadder/db/Rethink.java b/src/main/java/one/bbn/hadder/db/Rethink.java index a4b1c1e..3e94500 100644 --- a/src/main/java/one/bbn/hadder/db/Rethink.java +++ b/src/main/java/one/bbn/hadder/db/Rethink.java @@ -14,9 +14,9 @@ * limitations under the License. */ -package com.bbn.hadder.db; +package one.bbn.hadder.db; -import com.bbn.hadder.core.Config; +import one.bbn.hadder.core.Config; import com.rethinkdb.RethinkDB; import com.rethinkdb.gen.exc.ReqlNonExistenceError; import com.rethinkdb.gen.exc.ReqlOpFailedError; diff --git a/src/main/java/one/bbn/hadder/db/RethinkServer.java b/src/main/java/one/bbn/hadder/db/RethinkServer.java index 0993922..1e037dd 100644 --- a/src/main/java/one/bbn/hadder/db/RethinkServer.java +++ b/src/main/java/one/bbn/hadder/db/RethinkServer.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package com.bbn.hadder.db; +package one.bbn.hadder.db; import org.json.JSONObject; diff --git a/src/main/java/one/bbn/hadder/db/RethinkUser.java b/src/main/java/one/bbn/hadder/db/RethinkUser.java index ba65bc3..6199ccd 100644 --- a/src/main/java/one/bbn/hadder/db/RethinkUser.java +++ b/src/main/java/one/bbn/hadder/db/RethinkUser.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package com.bbn.hadder.db; +package one.bbn.hadder.db; import org.json.JSONObject; diff --git a/src/main/java/one/bbn/hadder/listener/CommandListener.java b/src/main/java/one/bbn/hadder/listener/CommandListener.java index af5ad4b..a02538f 100644 --- a/src/main/java/one/bbn/hadder/listener/CommandListener.java +++ b/src/main/java/one/bbn/hadder/listener/CommandListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. diff --git a/src/main/java/one/bbn/hadder/listener/GuildListener.java b/src/main/java/one/bbn/hadder/listener/GuildListener.java index 8cea22b..093a6e4 100644 --- a/src/main/java/one/bbn/hadder/listener/GuildListener.java +++ b/src/main/java/one/bbn/hadder/listener/GuildListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. diff --git a/src/main/java/one/bbn/hadder/listener/InviteLinkListener.java b/src/main/java/one/bbn/hadder/listener/InviteLinkListener.java index 22069d5..3288275 100644 --- a/src/main/java/one/bbn/hadder/listener/InviteLinkListener.java +++ b/src/main/java/one/bbn/hadder/listener/InviteLinkListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. diff --git a/src/main/java/one/bbn/hadder/listener/MentionListener.java b/src/main/java/one/bbn/hadder/listener/MentionListener.java index 2376769..6227075 100644 --- a/src/main/java/one/bbn/hadder/listener/MentionListener.java +++ b/src/main/java/one/bbn/hadder/listener/MentionListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. diff --git a/src/main/java/one/bbn/hadder/listener/OwnerMessageListener.java b/src/main/java/one/bbn/hadder/listener/OwnerMessageListener.java index 1e14619..77795e0 100644 --- a/src/main/java/one/bbn/hadder/listener/OwnerMessageListener.java +++ b/src/main/java/one/bbn/hadder/listener/OwnerMessageListener.java @@ -1,5 +1,17 @@ /* - * @author Hax / Hax6775 / Schlauer_Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax + * + * Licensed under the GNU Affero General Public License, Version 3.0; + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.gnu.org/licenses/agpl-3.0.en.html + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package one.bbn.hadder.listener; diff --git a/src/main/java/one/bbn/hadder/listener/PrivateMessageListener.java b/src/main/java/one/bbn/hadder/listener/PrivateMessageListener.java index fdf01c7..f3826ad 100644 --- a/src/main/java/one/bbn/hadder/listener/PrivateMessageListener.java +++ b/src/main/java/one/bbn/hadder/listener/PrivateMessageListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. diff --git a/src/main/java/one/bbn/hadder/listener/ReadyListener.java b/src/main/java/one/bbn/hadder/listener/ReadyListener.java index 6486b64..f4112c4 100644 --- a/src/main/java/one/bbn/hadder/listener/ReadyListener.java +++ b/src/main/java/one/bbn/hadder/listener/ReadyListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. diff --git a/src/main/java/one/bbn/hadder/listener/RulesListener.java b/src/main/java/one/bbn/hadder/listener/RulesListener.java index 40bd2b6..4467c8e 100644 --- a/src/main/java/one/bbn/hadder/listener/RulesListener.java +++ b/src/main/java/one/bbn/hadder/listener/RulesListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. diff --git a/src/main/java/one/bbn/hadder/listener/StarboardListener.java b/src/main/java/one/bbn/hadder/listener/StarboardListener.java index 8c5dfbc..9e352d9 100644 --- a/src/main/java/one/bbn/hadder/listener/StarboardListener.java +++ b/src/main/java/one/bbn/hadder/listener/StarboardListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. diff --git a/src/main/java/one/bbn/hadder/listener/VoiceLeaveListener.java b/src/main/java/one/bbn/hadder/listener/VoiceLeaveListener.java index cc6fe5b..7780f8c 100644 --- a/src/main/java/one/bbn/hadder/listener/VoiceLeaveListener.java +++ b/src/main/java/one/bbn/hadder/listener/VoiceLeaveListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. diff --git a/src/main/java/one/bbn/hadder/utils/BotList.java b/src/main/java/one/bbn/hadder/utils/BotList.java index 3a9197d..f9341be 100644 --- a/src/main/java/one/bbn/hadder/utils/BotList.java +++ b/src/main/java/one/bbn/hadder/utils/BotList.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. diff --git a/src/main/java/one/bbn/hadder/utils/EventWaiter.java b/src/main/java/one/bbn/hadder/utils/EventWaiter.java index 6a8e2cf..5a8ac5f 100644 --- a/src/main/java/one/bbn/hadder/utils/EventWaiter.java +++ b/src/main/java/one/bbn/hadder/utils/EventWaiter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. diff --git a/src/main/java/one/bbn/hadder/utils/Http.java b/src/main/java/one/bbn/hadder/utils/Http.java index 0776c8d..26d80c4 100644 --- a/src/main/java/one/bbn/hadder/utils/Http.java +++ b/src/main/java/one/bbn/hadder/utils/Http.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. diff --git a/src/main/java/one/bbn/hadder/utils/MessageEditor.java b/src/main/java/one/bbn/hadder/utils/MessageEditor.java index 9eca450..fecb120 100644 --- a/src/main/java/one/bbn/hadder/utils/MessageEditor.java +++ b/src/main/java/one/bbn/hadder/utils/MessageEditor.java @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 GregTCLTK and Schlauer-Hax + * Copyright 2019-2021 GregTCLTK and Schlauer-Hax * * Licensed under the GNU Affero General Public License, Version 3.0; * you may not use this file except in compliance with the License. diff --git a/src/main/resources/Translations/Translations_de.properties b/src/main/resources/Translations/Translations_de.properties index 83feb11..31b825b 100644 --- a/src/main/resources/Translations/Translations_de.properties +++ b/src/main/resources/Translations/Translations_de.properties @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 GregTCLTK and Schlauer-Hax +# Copyright 2019-2021 GregTCLTK and Schlauer-Hax # # Licensed under the GNU Affero General Public License, Version 3.0; # you may not use this file except in compliance with the License. diff --git a/src/main/resources/Translations/Translations_en.properties b/src/main/resources/Translations/Translations_en.properties index 3577e78..1b9ef17 100644 --- a/src/main/resources/Translations/Translations_en.properties +++ b/src/main/resources/Translations/Translations_en.properties @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 GregTCLTK and Schlauer-Hax +# Copyright 2019-2021 GregTCLTK and Schlauer-Hax # # Licensed under the GNU Affero General Public License, Version 3.0; # you may not use this file except in compliance with the License. diff --git a/src/main/resources/Translations/Translations_es.properties b/src/main/resources/Translations/Translations_es.properties index 3577e78..1b9ef17 100644 --- a/src/main/resources/Translations/Translations_es.properties +++ b/src/main/resources/Translations/Translations_es.properties @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 GregTCLTK and Schlauer-Hax +# Copyright 2019-2021 GregTCLTK and Schlauer-Hax # # Licensed under the GNU Affero General Public License, Version 3.0; # you may not use this file except in compliance with the License. diff --git a/src/main/resources/Translations/Translations_fr.properties b/src/main/resources/Translations/Translations_fr.properties index 3577e78..1b9ef17 100644 --- a/src/main/resources/Translations/Translations_fr.properties +++ b/src/main/resources/Translations/Translations_fr.properties @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 GregTCLTK and Schlauer-Hax +# Copyright 2019-2021 GregTCLTK and Schlauer-Hax # # Licensed under the GNU Affero General Public License, Version 3.0; # you may not use this file except in compliance with the License. diff --git a/src/main/resources/Translations/Translations_ru.properties b/src/main/resources/Translations/Translations_ru.properties index 3577e78..1b9ef17 100644 --- a/src/main/resources/Translations/Translations_ru.properties +++ b/src/main/resources/Translations/Translations_ru.properties @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 GregTCLTK and Schlauer-Hax +# Copyright 2019-2021 GregTCLTK and Schlauer-Hax # # Licensed under the GNU Affero General Public License, Version 3.0; # you may not use this file except in compliance with the License. diff --git a/src/main/resources/Translations/Translations_tr.properties b/src/main/resources/Translations/Translations_tr.properties index 3577e78..1b9ef17 100644 --- a/src/main/resources/Translations/Translations_tr.properties +++ b/src/main/resources/Translations/Translations_tr.properties @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 GregTCLTK and Schlauer-Hax +# Copyright 2019-2021 GregTCLTK and Schlauer-Hax # # Licensed under the GNU Affero General Public License, Version 3.0; # you may not use this file except in compliance with the License. diff --git a/src/main/resources/Translations/Translations_zh.properties b/src/main/resources/Translations/Translations_zh.properties index 3577e78..1b9ef17 100644 --- a/src/main/resources/Translations/Translations_zh.properties +++ b/src/main/resources/Translations/Translations_zh.properties @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 GregTCLTK and Schlauer-Hax +# Copyright 2019-2021 GregTCLTK and Schlauer-Hax # # Licensed under the GNU Affero General Public License, Version 3.0; # you may not use this file except in compliance with the License.