Better Starboard

This commit is contained in:
GregTCLTK 2019-12-22 12:24:48 +01:00
parent 96fbc9334c
commit b1f82ae79d
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ public class StarBoardCommand implements Command {
event.getChannel().sendMessage( event.getChannel().sendMessage(
event.getMessageEditor().getMessage( event.getMessageEditor().getMessage(
MessageEditor.MessageType.INFO, MessageEditor.MessageType.INFO,
"commands.moderation.starboard.successchannel","") "commands.moderation.starboard.success.title","")
.build()) .build())
.queue(); .queue();
} else { } else {

View file

@ -162,7 +162,7 @@ commands.moderation.rules.emote.error.equal.description = The 1st and 2nd emote
commands.moderation.rules.emoji.decline.description = The first emote has been successfully set. Please send me now the decline emote. commands.moderation.rules.emoji.decline.description = The first emote has been successfully set. Please send me now the decline emote.
commands.moderation.rules.emoji.error.description = The given emote can't be used. commands.moderation.rules.emoji.error.description = The given emote can't be used.
commands.moderation.rules.help.description = Setup the rules on your Discord server commands.moderation.rules.help.description = Setup the rules on your Discord server
commands.moderation.starboard.successchannel=Successfully set the Channel\! commands.moderation.starboard.success.title = Successfully set the Channel\!
commands.music.join.success.title = Successfully connected commands.music.join.success.title = Successfully connected
commands.music.join.success.description = I successfully connected to %extra%. commands.music.join.success.description = I successfully connected to %extra%.