Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 6cc28d6

Browse files
author
CodeDoctorDE
committed
registerr karma leaderboard
1 parent 2bc08cd commit 6cc28d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/java/com/github/codedoctorde/linwood/commands/karma/KarmaLeaderboardCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ public boolean onCommand(Session session, Message message, GuildEntity entity, S
5555

5656
@Override
5757
public @NotNull ResourceBundle getBundle(GuildEntity entity) {
58-
return ResourceBundle.getBundle("locale.commands.karma.Leaderbaord");
58+
return ResourceBundle.getBundle("locale.commands.karma.Leaderboard");
5959
}
6060
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Syntax=**Verfügbare Befehle:** \n\n`karma info` \n*Bekomme dein Karma*
1+
Syntax=**Verfügbare Befehle:** \n\n`karma info` \n*Bekomme dein Karma* \n\n`karma leaderboard` \n*Sendet dir das Leaderboard*
22
Description=Karma Modul
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Syntax=**Available commands:** \n\n`karma info` \n*Get your karma*
1+
Syntax=**Available commands:** \n\n`karma info` \n*Get your karma* \n\n`karma leaderboard` \n*Send you the leaderboard*
22
Description=Karma module

0 commit comments

Comments
 (0)