Clyde i18n

This commit is contained in:
GregTCLTK 2019-12-20 13:06:30 +01:00
parent 08562562a5
commit 5be162fd1a
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67
2 changed files with 4 additions and 2 deletions

View file

@ -67,11 +67,11 @@ public class ClydeCommand implements Command {
@Override @Override
public String description() { public String description() {
return "Send a message as a Clyde webhook."; return "commands.fun.clyde.help.description";
} }
@Override @Override
public String usage() { public String usage() {
return "<Message-Content>"; return "content";
} }
} }

View file

@ -13,6 +13,7 @@ vc-name/id = <VoiceChannelID|VoiceChannelName>
user+nickname = <@user> <New Nickname> user+nickname = <@user> <New Nickname>
region = <region> region = <region>
guildid = <Guild-ID> guildid = <Guild-ID>
content = <Message-content>
error = Error error = Error
none = None none = None
@ -25,6 +26,7 @@ commands.fun.gif.help.description = Look for a GIF on Giphy
commands.fun.meme.success.title = Your random meme commands.fun.meme.success.title = Your random meme
commands.fun.meme.api.error = The request to the meme API could not be processed. Please try it again later. commands.fun.meme.api.error = The request to the meme API could not be processed. Please try it again later.
commands.fun.meme.help.description = Sends you a random meme. commands.fun.meme.help.description = Sends you a random meme.
commands.fun.clyde.help.description = Send a message as a webhook named Clyde.
commands.general.about.success.title = Hadder - About commands.general.about.success.title = Hadder - About
commands.general.about.success.description = Hadder is an open source Discord bot. commands.general.about.success.description = Hadder is an open source Discord bot.