Skip to content

Instantly share code, notes, and snippets.

@FreeApp2014
Created December 27, 2017 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FreeApp2014/a4f8f6770a0c6121cf26c8642fffa9c1 to your computer and use it in GitHub Desktop.
Save FreeApp2014/a4f8f6770a0c6121cf26c8642fffa9c1 to your computer and use it in GitHub Desktop.
Locale
{
"userFriendlyLocaleName":"English",
"possible8ball":["Yes", "No", "I don't know", "My sources tell it's true", "I am sorry, but I would rather not answer", "Most probably yes", "Most probably no", "Try again later"],
"welcoming":{
"welcomeMessageDef":"We've got a new member here! Welcome ##mention_user## to **##guild_name##**!",
"leaveMessageDef":"Unfortunately, **##user_name##** has left **##guild_name##** :sob:"
},
"servinfo":{
"EmbedTitle":"Server Information",
"GuildNameCatTitle":"Guild Name",
"GuildIdCatTitle":"Guild ID",
"GuildOwnerCatTitle":"Guild Owner",
"GuildCreatedCatTitle":"Guild Created",
"MemberCountCatTitle":"Member Count",
"PublicPageCatTitle":"Public Page",
"PublicPageClickHereBtn":"Click Here",
"ChannelsCountCatTitle":"Channels Count",
"VoiceChannelLabelInline":"Voice",
"TextChannelLabelInline":"Text",
"VerificationLevelCatTitle":"Verification Level",
"VoiceRegionCatTitle":"Voice Region"
},
"chaninfo":{
"EmbedTitle":"Channel Information",
"ChannelNameCatTitle":"Channel Name",
"ChannelTopicCatTitle":"Channel Topic",
"ChannelIdCatTitle":"Channel ID"
},
"help":{
"DMSentAlert":":incoming_envelope: The information has been sent to your DMs.",
"EmbedTitle":"OxyBot Help",
"EmbedDesc":"You can see a list of OxyBot commands here. You can have more detailed information at https://oxybot.freeappsw.space/help",
"cmdCats":{
"InformationalCommands":"Informational Commands",
"FunCommands":"Fun Commands",
"CustomActions":"Custom Actions",
"ModerationCommands":"Moderation Commands"
},
"cmds":{
"help":"Show this list",
"server":"Show current guild information",
"channel":"Show current channel information",
"userinfo":"Show user's details",
"wiki":"Search wiki for a query",
"image":"Search for image online",
"stats":"Show OxyBot's status",
"about":"Show information about the bot",
"number":"Generate a random number between `a` and `b`, if not specified, 1 and 1000.",
"eightBall":"Ask the Magic Eight-Ball a question",
"say":"Sends `content` to chat. Note that message won't be anonymous",
"action":"Run action",
"actions":"List all actions from this guild",
"clearchat":"Removes `x` messages from chat. Messages older than 14 days can't be removed"
},
"EmbedFooter":"<arg> - mandatory argument, [arg] - optional argument;\n*-not available yet in this build"
},
"image":{
"ErrorNoResult":"No results found for",
"ImageResultsFor":"Image search result for"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment