Merge Greg's branch into the master branch #230
2 changed files with 4 additions and 2 deletions
|
|
@ -67,11 +67,11 @@ public class ClydeCommand implements Command {
|
|||
|
||||
@Override
|
||||
public String description() {
|
||||
return "Send a message as a Clyde webhook.";
|
||||
return "commands.fun.clyde.help.description";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String usage() {
|
||||
return "<Message-Content>";
|
||||
return "content";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ vc-name/id = <VoiceChannelID|VoiceChannelName>
|
|||
user+nickname = <@user> <New Nickname>
|
||||
region = <region>
|
||||
guildid = <Guild-ID>
|
||||
content = <Message-content>
|
||||
|
||||
error = Error
|
||||
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.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.clyde.help.description = Send a message as a webhook named Clyde.
|
||||
|
||||
commands.general.about.success.title = Hadder - About
|
||||
commands.general.about.success.description = Hadder is an open source Discord bot.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue