Skip to content

Commit 25ab0f2

Browse files
committed
Fix wrong image in properties file.
1 parent 49d7876 commit 25ab0f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
1313

1414
group = 'org.nyxcode.wurm'
1515

16-
version = '2.0'
16+
version = '2.1'
1717

1818
description = "A mod that acts as a discord relay between Wurm kingdom chat and a discord server"
1919

mods/DiscordRelay.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sharedClassLoader=true
55
# botToken: Discord bot token. This is the client secret that can be found when reviewing the information for your bot at the following link:
66
# https://discordapp.com/developers/applications/me
77
# The above link is also where you would create your bot, if you're unfamiliar with Discord bot creation.
8-
# Image assistance: https://i.imgur.com/NHctYHO.png
8+
# Image assistance: https://i.imgur.com/QDXT3VM.png
99
botToken=
1010

1111
# discordServerName: Discord server to connect to (not case sensitive).

0 commit comments

Comments
 (0)