Skip to content

Commit e548393

Browse files
committed
Fix chewutils dependency, update copyright header.
Signed-off-by: KiriCattus <19393068+KiriCattus@users.noreply.github.com>
1 parent bd70589 commit e548393

252 files changed

Lines changed: 253 additions & 256 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

gradle/libs.versions.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ launch4j = { id = 'edu.sc.seis.launch4j', version = '3.0.4' }
88
[versions]
99
jda = "5.0.0-beta.4"
1010
# https://github.com/Matyrobbrt/JDA-Chewtils/commit/c2bfe64e447817aa5ddac0dab0f12bcede0fe37d
11-
# chewtils = "2.0-SNAPSHOT"
12-
chewtils = "c2bfe64"
11+
chewtils = "39a83bd8"
1312
guava = "32.1.2-jre"
1413
gson = "2.10.1"
1514
logback = "1.4.9"
@@ -42,9 +41,7 @@ jsr305 = "3.0.2"
4241

4342
[libraries]
4443
jda = { module = "net.dv8tion:JDA", version.ref = "jda" }
45-
# TODO switch back when JDA-Chewtils/PR 65 is merged
46-
# chewtils = { module = "pw.chew:jda-chewtils", version.ref = "chewtils" }
47-
chewtils = { module = "com.matyrobbrt:JDA-Chewtils", version.ref = "chewtils" }
44+
chewtils = { module = "com.github.Chew:JDA-Chewtils", version.ref = "chewtils" }
4845
guava = { module = "com.google.guava:guava", version.ref = "guava" }
4946
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
5047
logback = { module = "ch.qos.logback:logback-classic", version.ref = "logback" }

src/commander/java/com/mcmoddev/mmdbot/commander/TheCommander.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* MMDBot - https://github.com/MinecraftModDevelopment/MMDBot
3-
* Copyright (C) 2016-2024 <MMD - MinecraftModDevelopment>
3+
* Copyright (C) 2016-2026 <MMD - MinecraftModDevelopment>
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/commander/java/com/mcmoddev/mmdbot/commander/annotation/RegisterSlashCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* MMDBot - https://github.com/MinecraftModDevelopment/MMDBot
3-
* Copyright (C) 2016-2024 <MMD - MinecraftModDevelopment>
3+
* Copyright (C) 2016-2026 <MMD - MinecraftModDevelopment>
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/commander/java/com/mcmoddev/mmdbot/commander/cfwebhooks/CFProject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* MMDBot - https://github.com/MinecraftModDevelopment/MMDBot
3-
* Copyright (C) 2016-2024 <MMD - MinecraftModDevelopment>
3+
* Copyright (C) 2016-2026 <MMD - MinecraftModDevelopment>
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/commander/java/com/mcmoddev/mmdbot/commander/cfwebhooks/CFProjects.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* MMDBot - https://github.com/MinecraftModDevelopment/MMDBot
3-
* Copyright (C) 2016-2024 <MMD - MinecraftModDevelopment>
3+
* Copyright (C) 2016-2026 <MMD - MinecraftModDevelopment>
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/commander/java/com/mcmoddev/mmdbot/commander/cfwebhooks/CFUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* MMDBot - https://github.com/MinecraftModDevelopment/MMDBot
3-
* Copyright (C) 2016-2024 <MMD - MinecraftModDevelopment>
3+
* Copyright (C) 2016-2026 <MMD - MinecraftModDevelopment>
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/commander/java/com/mcmoddev/mmdbot/commander/cfwebhooks/CurseForgeManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* MMDBot - https://github.com/MinecraftModDevelopment/MMDBot
3-
* Copyright (C) 2016-2024 <MMD - MinecraftModDevelopment>
3+
* Copyright (C) 2016-2026 <MMD - MinecraftModDevelopment>
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/commander/java/com/mcmoddev/mmdbot/commander/cfwebhooks/CurseForgeWebhooksCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* MMDBot - https://github.com/MinecraftModDevelopment/MMDBot
3-
* Copyright (C) 2016-2024 <MMD - MinecraftModDevelopment>
3+
* Copyright (C) 2016-2026 <MMD - MinecraftModDevelopment>
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/commander/java/com/mcmoddev/mmdbot/commander/commands/Commands.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* MMDBot - https://github.com/MinecraftModDevelopment/MMDBot
3-
* Copyright (C) 2016-2024 <MMD - MinecraftModDevelopment>
3+
* Copyright (C) 2016-2026 <MMD - MinecraftModDevelopment>
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/commander/java/com/mcmoddev/mmdbot/commander/commands/CustomPingsCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* MMDBot - https://github.com/MinecraftModDevelopment/MMDBot
3-
* Copyright (C) 2016-2024 <MMD - MinecraftModDevelopment>
3+
* Copyright (C) 2016-2026 <MMD - MinecraftModDevelopment>
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)