summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Panić <david@panic.tk>2019-04-17 20:42:07 +0200
committerDavid Panić <david@panic.tk>2019-04-17 20:42:07 +0200
commit9c5ac211022f3eaf34f6b2e448478cb618708df5 (patch)
tree1c2d99844ae3a2a081b4950b67b305e348d5ccf6
parent6d94598547c4b5264d793e4d77f0c5497fedf8e3 (diff)
parent7e3fb878606a364907eed829be5977fdf95b2d1d (diff)
Merge branch 'master' of https://github.com/Aberdeener/Modules into Aberdeener-master
-rw-r--r--src/main/java/com/redstoner/modules/chat/Chat.cmd2
-rw-r--r--src/main/java/com/redstoner/modules/discord/Discord.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/com/redstoner/modules/chat/Chat.cmd b/src/main/java/com/redstoner/modules/chat/Chat.cmd
index a93763c..112a6f2 100644
--- a/src/main/java/com/redstoner/modules/chat/Chat.cmd
+++ b/src/main/java/com/redstoner/modules/chat/Chat.cmd
@@ -84,7 +84,7 @@ command chatonly {
perm utils.chat.chatonly;
[empty] {
run chatonly;
- help Shows that you're onlu able to chat, nothing else.;
+ help Shows that you're only able to chat, nothing else.;
type player;
}
}
diff --git a/src/main/java/com/redstoner/modules/discord/Discord.java b/src/main/java/com/redstoner/modules/discord/Discord.java
index cdef453..63d6a74 100644
--- a/src/main/java/com/redstoner/modules/discord/Discord.java
+++ b/src/main/java/com/redstoner/modules/discord/Discord.java
@@ -25,7 +25,7 @@ import com.redstoner.modules.Module;
import net.nemez.chatapi.click.Message;
@Commands(CommandHolderType.File)
-@Version(major = 5, minor = 0, revision = 2, compatible = 4)
+@Version(major = 5, minor = 0, revision = 3, compatible = 4)
public class Discord implements Module {
private MysqlTable table;
@@ -115,7 +115,7 @@ public class Discord implements Module {
}
new Message(sender, null).appendText("\n&cRedstoner&7 has a &2Discord&7 Now! \nClick ")
- .appendLinkHover("&e" + inviteLink, inviteLink, "&aClick to Join").appendText("&7 to join. \n\nTo sync you rank, copy ")
+ .appendLinkHover("&e" + inviteLink, inviteLink, "&aClick to Join").appendText("&7 to join. \n\nTo sync your rank, copy ")
.appendSuggestHover("&e" + token, token, "&aClick to Copy").appendText("&7 into &3#rank-sync&7.\n").send();
}