Better Starboard
This commit is contained in:
parent
96fbc9334c
commit
b1f82ae79d
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ public class StarBoardCommand implements Command {
|
|||
event.getChannel().sendMessage(
|
||||
event.getMessageEditor().getMessage(
|
||||
MessageEditor.MessageType.INFO,
|
||||
"commands.moderation.starboard.successchannel","")
|
||||
"commands.moderation.starboard.success.title","")
|
||||
.build())
|
||||
.queue();
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -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.error.description = The given emote can't be used.
|
||||
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.description = I successfully connected to %extra%.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue