Starboard help fix
This commit is contained in:
parent
cd899df118
commit
872320b304
2 changed files with 2 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ public class StarboardCommand implements Command {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String description() {
|
public String description() {
|
||||||
return "Sets the starboard channel";
|
return "commands.moderation.starboard.help.description";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
|
|
@ -153,6 +153,7 @@ commands.moderation.rules.error.message.title = Can't write messages
|
||||||
commands.moderation.rules.error.message.description = I can not write messages in the specified channel
|
commands.moderation.rules.error.message.description = I can not write messages in the specified channel
|
||||||
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.success.title = Successfully set the Channel\!
|
commands.moderation.starboard.success.title = Successfully set the Channel\!
|
||||||
|
commands.moderation.starboard.help.description = Sets the starboard channel
|
||||||
commands.moderation.editrules.channel.title = Rules channel
|
commands.moderation.editrules.channel.title = Rules channel
|
||||||
commands.moderation.editrules.channel.description = Please send me the channel with the rules as mention
|
commands.moderation.editrules.channel.description = Please send me the channel with the rules as mention
|
||||||
commands.moderation.editrules.channel.found.error.title = Channel not found
|
commands.moderation.editrules.channel.found.error.title = Channel not found
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue