update english language

This commit is contained in:
JonnyBro 2021-12-22 16:50:28 +05:00
parent 0ecc36bfcd
commit 4eea8f08fb
151 changed files with 1107 additions and 999 deletions

View file

@ -15,8 +15,8 @@ moment.relativeTimeThreshold("h", 60);
moment.relativeTimeThreshold("d", 24); moment.relativeTimeThreshold("d", 24);
moment.relativeTimeThreshold("M", 12); moment.relativeTimeThreshold("M", 12);
// Creates Atlanta class // Creates JaBa class
class Atlanta extends Client { class JaBa extends Client {
constructor (options) { constructor (options) {
super(options); super(options);
this.config = require("../config"); // Load the config file this.config = require("../config"); // Load the config file
@ -337,4 +337,4 @@ class Atlanta extends Client {
}; };
}; };
module.exports = Atlanta; module.exports = JaBa;

View file

@ -30,7 +30,7 @@ class Stats extends Command {
.addField(this.client.customEmojis.voice+" "+message.translate("general/stats:MUSIC_TITLE"), message.translate("general/stats:MUSIC_CONTENT", { count: this.client.voice.connections.size })) .addField(this.client.customEmojis.voice+" "+message.translate("general/stats:MUSIC_TITLE"), message.translate("general/stats:MUSIC_CONTENT", { count: this.client.voice.connections.size }))
.addField(message.translate("general/stats:CREDITS_TITLE"), message.translate("general/stats:CREDITS_CONTENT", { .addField(message.translate("general/stats:CREDITS_TITLE"), message.translate("general/stats:CREDITS_CONTENT", {
donators: [ ":(" ].join("\n"), donators: [ ":(" ].join("\n"),
translators: [ "`Jonny_Bro#4226` (:flag_ru:)", "`[ДАННЫЕ УДАЛЕНЫ]#2789` (:flag_ua:)" ].join("\n") translators: [ "`Jonny_Bro#4226` (:flag_ru:)", "`[ДАННЫЕ УДАЛЕНЫ]#2789` (:flag_ua:)", "`FaxoNfuckyou#9398` и `Jonny_Bro#4226` (:flag_us:)" ].join("\n")
})); }));
statsEmbed.addField(this.client.customEmojis.link+" "+message.translate("general/stats:LINKS_TITLE"), message.translate("misc:STATS_FOOTER", { statsEmbed.addField(this.client.customEmojis.link+" "+message.translate("general/stats:LINKS_TITLE"), message.translate("misc:STATS_FOOTER", {

View file

@ -8,7 +8,7 @@ module.exports = class {
async run (guild) { async run (guild) {
if (this.client.config.proMode) { if (this.client.config.proMode) {
if ((!this.client.config.proUsers.includes(guild.ownerID) || this.guilds.filter((g) => g.ownerID === guild.ownerID) > 1) && guild.ownerID !== this.client.config.owner.id) { if ((!this.client.config.proUsers.includes(guild.ownerID) || this.guilds.filter((g) => g.ownerID === guild.ownerID) > 1) && guild.ownerID !== this.client.config.owner.id) {
this.client.logger.log(`${guild.ownerID} tried to invite Atlanta on its server.`); this.client.logger.log(`${guild.ownerID} tried to invite JaBa on its server.`);
return guild.leave(); return guild.leave();
}; };
}; };

View file

@ -17,9 +17,9 @@ if (config.apiKeys.sentryDSN) {
}; };
}; };
// Load Atlanta class // Load JaBa class
const Atlanta = require("./base/Atlanta"), const JaBa = require("./base/JaBa"),
client = new Atlanta(); client = new JaBa();
const init = async () => { const init = async () => {
// Search for all commands // Search for all commands

View file

@ -1,8 +1,8 @@
{ {
"DESCRIPTION": "Add a custom command!", "DESCRIPTION": "Add a custom command!",
"USAGE": "{{prefix}}addcommand [name] [answer]", "USAGE": "{{prefix}}addcommand [name] [answer]",
"EXAMPLES": "{{prefix}}addcommand hello Hello {user}! How are you?", "EXAMPLES": "{{prefix}}addcommand hello Hello {user}! How are you?",
"MISSING_NAME": "Please provide a command name!", "MISSING_NAME": "Please provide a command name!",
"MISSING_ANSWER": "Please provide a command answer!", "MISSING_ANSWER": "Please provide a command answer!",
"SUCCESS": "Command **{{prefix}}{{commandName}}** added!" "SUCCESS": "Command **{{prefix}}{{commandName}}** added!"
} }

View file

@ -1,10 +1,10 @@
{ {
"DESCRIPTION": "Add an emoji to the server!", "DESCRIPTION": "Add an emoji to the server!",
"USAGE": "{{prefix}}addemoji [image-url] [name]", "USAGE": "{{prefix}}addemoji [image-url] [name]",
"EXAMPLES": "{{prefix}}addemoji https://via.placeholder.com/150 test-emoji", "EXAMPLES": "{{prefix}}addemoji https://via.placeholder.com/150 test-emoji",
"MISSING_URL": "Please provide an image URL!", "MISSING_URL": "Please provide an image URL!",
"MISSING_NAME": "Please provide an emoji name!", "MISSING_NAME": "Please provide an emoji name!",
"INVALID_NAME": "The length of the emoji name must be between 2 and 32!", "INVALID_NAME": "The length of the emoji name must be between 2 and 32!",
"SUCCESS": ":{{emojiName}}: added!", "SUCCESS": ":{{emojiName}}: added!",
"ERROR": "{{emojiName}} couldn't be added. Check if your server still has space for new emojis!" "ERROR": "{{emojiName}} couldn't be added. Check if your server still has space for new emojis!"
} }

View file

@ -1,10 +1,10 @@
{ {
"DESCRIPTION": "Toggle Discord invites automatic deletion", "DESCRIPTION": "Toggle Discord invites automatic deletion",
"USAGE": "{{prefix}}automod [on/off] (#channel)", "USAGE": "{{prefix}}automod [on/off] (#channel)",
"EXAMPLES": "{{prefix}}automod on\n{{prefix}}automod off #general\n{{prefix}}automod off", "EXAMPLES": "{{prefix}}automod on\n{{prefix}}automod off #general\n{{prefix}}automod off",
"MISSING_STATUS": "Please enter a valid value between `on` and `off`", "MISSING_STATUS": "Please enter a valid value between `on` and `off`",
"ENABLED": "**Discord invites will be automatically deleted!**\n\n:arrow_right_hook: *Send `{{prefix}}automod off #channel` to ignore a channel!*", "ENABLED": "**Discord invites will be automatically deleted!**\n\n:arrow_right_hook: *Send `{{prefix}}automod off #channel` to ignore a channel!*",
"DISABLED_CHANNEL": "Auto-moderation will no longer be performed in {{channel}}!", "DISABLED_CHANNEL": "Auto-moderation will no longer be performed in {{channel}}!",
"DISABLED": "All right! Auto moderation is no longer effective on this server!", "DISABLED": "All right! Auto moderation is no longer effective on this server!",
"DELETED": "Your message was deleted because Discord invitations are not allowed on this server!" "DELETED": "Your message was deleted because Discord invitations are not allowed on this server!"
} }

View file

@ -1,10 +1,10 @@
{ {
"DESCRIPTION": "Toggle autorole on the server!", "DESCRIPTION": "Toggle autorole on the server!",
"USAGE": "{{prefix}}autorole [on/off] (role)", "USAGE": "{{prefix}}autorole [on/off] (role)",
"EXAMPLES": "{{prefix}}autorole on @Members\n{{prefix}}autorole off", "EXAMPLES": "{{prefix}}autorole on @Members\n{{prefix}}autorole off",
"MISSING_STATUS": "Please specify a valid value between `on` and `off`", "MISSING_STATUS": "Please specify a valid value between `on` and `off`",
"MISSING_ROLE": "Please specify a valid role!", "MISSING_ROLE": "Please specify a valid role!",
"SUCCESS_ENABLED": "Autorole enabled! New members will automatically receive the **{{roleName}}** role.", "SUCCESS_ENABLED": "Autorole enabled! New members will automatically receive the **{{roleName}}** role.",
"ALREADY_DISABLED": "**The autorole is already disabled.**\n\n:arrow_right_hook: *Send `{{prefix}}autorole on @YourRole` to enable it again!*", "ALREADY_DISABLED": "**The autorole is already disabled.**\n\n:arrow_right_hook: *Send `{{prefix}}autorole on @YourRole` to enable it again!*",
"SUCCESS_DISABLED": "**Autorole disabled!**\n\n:arrow_right_hook: *Send `{{prefix}}configuration` to see the updated configuration!*" "SUCCESS_DISABLED": "**Autorole disabled!**\n\n:arrow_right_hook: *Send `{{prefix}}configuration` to see the updated configuration!*"
} }

View file

@ -1,19 +1,19 @@
{ {
"DESCRIPTION": "Manage your server backups in an efficient way!", "DESCRIPTION": "Manage your server backups in an efficient way!",
"USAGE": "{{prefix}}backup [create/load/infos]", "USAGE": "{{prefix}}backup [create/load/infos]",
"EXAMPLES": "{{prefix}}backup create\n{{prefix}}backup load 558328638911545423\n{{prefix}}backup infos 558328638911545423", "EXAMPLES": "{{prefix}}backup create\n{{prefix}}backup load 558328638911545423\n{{prefix}}backup infos 558328638911545423",
"MISSING_STATUS": "Select an action between: `create`, `load` and `info`!", "MISSING_STATUS": "Select an action between: `create`, `load` and `info`!",
"MISSING_BACKUP_ID": "Please enter a backup ID!", "MISSING_BACKUP_ID": "Please enter a backup ID!",
"NO_BACKUP_FOUND": "No backup found for `{{backupID}}`", "NO_BACKUP_FOUND": "No backup found for `{{backupID}}`",
"TIMES_UP": "Time's up! Cancelled backup loading!", "TIMES_UP": "Time's up! Cancelled backup loading!",
"SUCCESS_PUBLIC": "Backup successfully created! The backup ID has been sent to you in private messages!", "SUCCESS_PUBLIC": "Backup successfully created! The backup ID has been sent to you in private messages!",
"SUCCESS_PRIVATE": "Here's your backup ID: `{{backupID}}`, use it to load your backup on an another server!", "SUCCESS_PRIVATE": "Here's your backup ID: `{{backupID}}`, use it to load your backup on an another server!",
"CONFIRMATION": ":warning: | **Loading a backup will replace the actual server with the saved one.**\n\n:arrow_right_hook: *Answer by sending `confirm` to confirm this action!*", "CONFIRMATION": ":warning: | **Loading a backup will replace the actual server with the saved one.**\n\n:arrow_right_hook: *Answer by sending `confirm` to confirm this action!*",
"START_LOADING": "Backup loading started!", "START_LOADING": "Backup loading started!",
"LOAD_SUCCESS": "Backup successfully loaded!", "LOAD_SUCCESS": "Backup successfully loaded!",
"TITLE_INFOS": "Backup Information", "TITLE_INFO": "Backup Information",
"TITLE_ID": "ID", "TITLE_ID": "ID",
"TITLE_SERVER_ID": "Server ID", "TITLE_SERVER_ID": "Server ID",
"TITLE_SIZE": "Size", "TITLE_SIZE": "Size",
"TITLE_CREATED_AT": "Created At" "TITLE_CREATED_AT": "Created At"
} }

View file

@ -1,35 +1,35 @@
{ {
"DESCRIPTION": "Shows the server configuration!", "DESCRIPTION": "Shows the server configuration!",
"USAGE": "{{prefix}}configuration", "USAGE": "{{prefix}}configuration",
"EXAMPLES": "{{prefix}}configuration", "EXAMPLES": "{{prefix}}configuration",
"PREFIX_TITLE": "Server prefix", "PREFIX_TITLE": "Server prefix",
"IGNORED_CHANNELS_TITLE": "Ignored channel(s)", "IGNORED_CHANNELS_TITLE": "Ignored channel(s)",
"NO_IGNORED_CHANNELS": "No ignored channels.", "NO_IGNORED_CHANNELS": "No ignored channels.",
"AUTOROLE_TITLE": "Autorole", "AUTOROLE_TITLE": "Autorole",
"AUTOROLE_CONTENT": "Role: {{roleName}}", "AUTOROLE_CONTENT": "Role: {{roleName}}",
"AUTOROLE_DISABLED": "Autorole disabled.", "AUTOROLE_DISABLED": "Autorole disabled.",
"WELCOME_TITLE": "Welcome", "WELCOME_TITLE": "Welcome",
"WELCOME_CONTENT": "Channel: {{channel}}\nImage: {{withImage}}", "WELCOME_CONTENT": "Channel: {{channel}}\nImage: {{withImage}}",
"WELCOME_DISABLED": "Welcome messages disabled.", "WELCOME_DISABLED": "Welcome messages disabled.",
"GOODBYE_TITLE": "Goodbye", "GOODBYE_TITLE": "Goodbye",
"GOODBYE_CONTENT": "Channel: {{channel}}\nImage: {{withImage}}", "GOODBYE_CONTENT": "Channel: {{channel}}\nImage: {{withImage}}",
"GOODBYE_DISABLED": "Goodbye messages disabled.", "GOODBYE_DISABLED": "Goodbye messages disabled.",
"SPECIAL_CHANNELS": "Special channels", "SPECIAL_CHANNELS": "Special channels",
"MODLOGS": "Moderation logs: *{{channel}}*", "MODLOGS": "Moderation logs: *{{channel}}*",
"FORTNITESHOP": "Fortnite daily shop: *{{channel}}*", "FORTNITESHOP": "Fortnite daily shop: *{{channel}}*",
"SUGGESTIONS": "Suggestions: *{{channel}}*", "SUGGESTIONS": "Suggestions: *{{channel}}*",
"REPORTS": "Reports: *{{channel}}*", "REPORTS": "Reports: *{{channel}}*",
"AUTOMOD_TITLE": "Auto-moderation:", "AUTOMOD_TITLE": "Auto-moderation:",
"AUTOMOD_CONTENT": "Auto-moderation enabled.\n*Ignored channels: {{channels}}*", "AUTOMOD_CONTENT": "Auto-moderation enabled.\n*Ignored channels: {{channels}}*",
"AUTOMOD_DISABLED": "Auto-moderation disabled.", "AUTOMOD_DISABLED": "Auto-moderation disabled.",
"AUTODELETEMOD": "Auto delete mod commands", "AUTODELETEMOD": "Auto delete mod commands",
"AUTODELETEMOD_ENABLED": "Automatic moderation commands deletion.", "AUTODELETEMOD_ENABLED": "Automatic moderation commands deletion.",
"AUTODELETEMOD_DISABLED": "Automatic moderation commands deletion disabled.", "AUTODELETEMOD_DISABLED": "Automatic moderation commands deletion disabled.",
"DASHBOARD_TITLE": "Edit your configuration:", "DASHBOARD_TITLE": "Edit your configuration:",
"DASHBOARD_CONTENT": "Click here to go on the dashboard!", "DASHBOARD_CONTENT": "Click here to go on the dashboard!",
"AUTO_SANCTIONS": "Automatic sanctions", "AUTO_SANCTIONS": "Automatic sanctions",
"KICK_CONTENT": "__Kick:__ After **{{count}}** warnings.", "KICK_CONTENT": "__Kick:__ After **{{count}}** warnings.",
"KICK_NOT_DEFINED": "__Kick:__ Not defined.", "KICK_NOT_DEFINED": "__Kick:__ Not defined.",
"BAN_CONTENT": "__Ban:__ After **{{count}}** warnings.", "BAN_CONTENT": "__Ban:__ After **{{count}}** warnings.",
"BAN_NOT_DEFINED": "__Ban:__ Not defined." "BAN_NOT_DEFINED": "__Ban:__ Not defined."
} }

View file

@ -1,8 +1,8 @@
{ {
"DESCRIPTION": "Remove a custom command!", "DESCRIPTION": "Remove a custom command!",
"USAGE": "{{prefix}}delcommand [name-of-the-command]", "USAGE": "{{prefix}}delcommand [name-of-the-command]",
"EXAMPLES": "{{prefix}}delcommand hey", "EXAMPLES": "{{prefix}}delcommand hey",
"MISSING_NAME": "Please enter a valid custom command name!", "MISSING_NAME": "Please enter a valid custom command name!",
"UNKNOWN_COMMAND": "The command {{commandName}} doesn't exist!", "UNKNOWN_COMMAND": "The command {{commandName}} doesn't exist!",
"SUCCESS": "The {{commandName}} command has been removed from the server!" "SUCCESS": "The {{commandName}} command has been removed from the server!"
} }

View file

@ -1,8 +1,8 @@
{ {
"DESCRIPTION": "Toggle moderation commands auto deletion!", "DESCRIPTION": "Toggle moderation commands auto deletion!",
"USAGE": "{{prefix}}deletemod [on/off]", "USAGE": "{{prefix}}deletemod [on/off]",
"EXAMPLES": "{{prefix}}deletemod on", "EXAMPLES": "{{prefix}}deletemod on",
"MISSING_STATUS": "You must specify `on` or `off`", "MISSING_STATUS": "You must specify `on` or `off`",
"ENABLED": "Automatic moderation commands deletion!", "ENABLED": "Automatic moderation commands deletion!",
"DISABLED": "Automatic moderation commands deletion disabled!" "DISABLED": "Automatic moderation commands deletion disabled!"
} }

View file

@ -1,16 +1,17 @@
{ {
"DESCRIPTION": "Toggle goodbye messages!", "DESCRIPTION": "Toggle goodbye messages!",
"USAGE": "{{prefix}}goodbye", "USAGE": "{{prefix}}goodbye",
"EXAMPLES": "{{prefix}}goodbye", "EXAMPLES": "{{prefix}}goodbye",
"DEFAULT_MESSAGE": "Goodbye {user}! We're now {membercount} without you... :'(", "MISSING_STATUS": "You must specify an action between `edit` and `off`",
"TEST_SUCCESS": "Test executed!", "DEFAULT_MESSAGE": "Goodbye {user}! We're now {membercount} without you... :'(",
"FORM_1": "**In which channel will goodbye messages be sent?**\n\n:arrow_right_hook: *Answer by mentioning a channel!*", "TEST_SUCCESS": "Test executed!",
"FORM_2": "**Please enter your desired goodbye message.**\n\n**If you want to:**\n*-* __Mention the user__: {user}\n*-* __Get the member count__: {membercount}\n*-* __Get the server name__: {server}\n\n**Usage example:**\nGoodbye {user}, we will miss you! We are now {membercount}.\n:fast_forward:\nGoodbye {{author}}, we will miss you! We are now {{memberCount}}.", "FORM_1": "**In which channel will goodbye messages be sent?**\n\n:arrow_right_hook: *Answer by mentioning a channel!*",
"FORM_3": "**Do you want a great goodbye image too?**\n\n:arrow_right_hook: *Answer by sending `yes` or `no`!*", "FORM_2": "**Please enter your desired goodbye message.**\n\n**If you want to:**\n*-* __Mention the user__: {user}\n*-* __Get the member count__: {membercount}\n*-* __Get the server name__: {server}\n\n**Usage example:**\nGoodbye {user}, we will miss you! We are now {membercount}.\n:fast_forward:\nGoodbye {{author}}, we will miss you! We are now {{memberCount}}.",
"FORM_SUCCESS": "**Alright, done!**\n\n:arrow_right_hook: *Answer by sending `{{prefix}}goodbye test` to preview your custom goodbye message!*", "FORM_3": "**Do you want a great goodbye image too?**\n\n:arrow_right_hook: *Answer by sending `yes` or `no`!*",
"MAX_CHARACT": "Your message must not exceed 1800 characters!", "FORM_SUCCESS": "**Alright, done!**\n\n:arrow_right_hook: *Answer by sending `{{prefix}}goodbye test` to preview your custom goodbye message!*",
"DISABLED": "**Goodbye messages have just been disabled!**\n\n:arrow_right_hook: *Answer by sending `{{prefix}}configuration` to see the updated server configuration!*", "MAX_CHARACT": "Your message must not exceed 1800 characters!",
"IMG_GOODBYE": "Leaving from {{server}}!", "DISABLED": "**Goodbye messages have just been disabled!**\n\n:arrow_right_hook: *Answer by sending `{{prefix}}configuration` to see the updated server configuration!*",
"IMG_NB": "- {{memberCount}}th member!", "IMG_GOODBYE": "Leaving from {{server}}!",
"TITLE": "GOODBYE" "IMG_NB": "- {{memberCount}}th member!",
"TITLE": "GOODBYE"
} }

View file

@ -1,7 +1,7 @@
{ {
"DESCRIPTION": "Toggle commands in a channel", "DESCRIPTION": "Toggle commands in a channel",
"USAGE": "{{prefix}}ignore [channel]", "USAGE": "{{prefix}}ignore [channel]",
"EXAMPLES": "{{prefix}}ignore #channel", "EXAMPLES": "{{prefix}}ignore #channel",
"ALLOWED": "Commands are now allowed in {{channel}}!", "ALLOWED": "Commands are now allowed in {{channel}}!",
"IGNORED": "Commands are now forbidden in {{channel}}!" "IGNORED": "Commands are now forbidden in {{channel}}!"
} }

View file

@ -1,7 +1,7 @@
{ {
"DESCRIPTION": "Set the daily Fortnite shop channel!", "DESCRIPTION": "Set the daily Fortnite shop channel!",
"USAGE": "{{prefix}}setfortniteshop (#channel)", "USAGE": "{{prefix}}setfortniteshop (#channel)",
"EXAMPLES": "{{prefix}}setfortniteshop #shop\n{{prefix}}setfortniteshop", "EXAMPLES": "{{prefix}}setfortniteshop #shop\n{{prefix}}setfortniteshop",
"DISABLED": "Daily Fortnite shop disabled!", "DISABLED": "Daily Fortnite shop disabled!",
"ENABLED": "Daily Fortnite shop enabled in {{channel}}!" "ENABLED": "Daily Fortnite shop enabled in {{channel}}!"
} }

View file

@ -1,7 +1,7 @@
{ {
"DESCRIPTION": "Change the server language!", "DESCRIPTION": "Change the server language!",
"USAGE": "{{prefix}}setlang [language]", "USAGE": "{{prefix}}setlang [language]",
"EXAMPLES": "{{prefix}}setlang french\n{{prefix}}setlang english", "EXAMPLES": "{{prefix}}setlang french\n{{prefix}}setlang english",
"MISSING_LANG": "Please enter a valid language between theses: {{list}}", "MISSING_LANG": "Please enter a valid language between theses: {{list}}",
"SUCCESS": ":flag_gb: The language of this server is now english!" "SUCCESS": ":flag_gb: The language of this server is now english!"
} }

View file

@ -1,7 +1,7 @@
{ {
"DESCRIPTION": "Set the moderation logs channel!", "DESCRIPTION": "Set the moderation logs channel!",
"USAGE": "{{prefix}}setmodlogs (#channel)", "USAGE": "{{prefix}}setmodlogs (#channel)",
"EXAMPLES": "{{prefix}}setmodlogs #modlogs\n{{prefix}}setmodlogs", "EXAMPLES": "{{prefix}}setmodlogs #modlogs\n{{prefix}}setmodlogs",
"SUCCESS_ENABLED": "Moderation logs will be sent in **{{channel}}**!", "SUCCESS_ENABLED": "Moderation logs will be sent in **{{channel}}**!",
"SUCCESS_DISABLED": "Moderation logs channel deleted!" "SUCCESS_DISABLED": "Moderation logs channel deleted!"
} }

View file

@ -1,8 +1,8 @@
{ {
"DESCRIPTION": "Set the server prefix!", "DESCRIPTION": "Set the server prefix!",
"USAGE": "{{prefix}}setprefix [prefix]", "USAGE": "{{prefix}}setprefix [prefix]",
"EXAMPLES": "{{prefix}}setprefix +", "EXAMPLES": "{{prefix}}setprefix +",
"MISSING_PREFIX": "Please enter a valid prefix!", "MISSING_PREFIX": "Please enter a valid prefix!",
"TOO_LONG": "The prefix shouldn't exceed 5 characters!", "TOO_LONG": "The prefix shouldn't exceed 5 characters!",
"SUCCESS": "The bot prefix has been set to `{{prefix}}`!" "SUCCESS": "The bot prefix has been set to `{{prefix}}`!"
} }

View file

@ -1,7 +1,7 @@
{ {
"DESCRIPTION": "Set the reports channel!", "DESCRIPTION": "Set the reports channel!",
"USAGE": "{{prefix}}setreports (#channel)", "USAGE": "{{prefix}}setreports (#channel)",
"EXAMPLES": "{{prefix}}setreports #reports\n{{prefix}}setreports", "EXAMPLES": "{{prefix}}setreports #reports\n{{prefix}}setreports",
"SUCCESS_ENABLED": "Reports will be sent in **{{channel}}**!", "SUCCESS_ENABLED": "Reports will be sent in **{{channel}}**!",
"SUCCESS_DISABLED": "Reports channel deleted!" "SUCCESS_DISABLED": "Reports channel deleted!"
} }

View file

@ -1,7 +1,7 @@
{ {
"DESCRIPTION": "Set the suggestions channel!", "DESCRIPTION": "Set the suggestions channel!",
"USAGE": "{{prefix}}setsuggests (#channel)", "USAGE": "{{prefix}}setsuggests (#channel)",
"EXAMPLES": "{{prefix}}setsuggests #suggestions\n{{prefix}}setsuggests", "EXAMPLES": "{{prefix}}setsuggests #suggestions\n{{prefix}}setsuggests",
"SUCCESS_ENABLED": "Suggestions will be sent in **{{channel}}**!", "SUCCESS_ENABLED": "Suggestions will be sent in **{{channel}}**!",
"SUCCESS_DISABLED": "Suggestions channel deleted!" "SUCCESS_DISABLED": "Suggestions channel deleted!"
} }

View file

@ -1,8 +1,8 @@
{ {
"DESCRIPTION": "Set a channel cooldown", "DESCRIPTION": "Set a channel cooldown",
"USAGE": "{{prefix}}slowmode [#channel] (time)", "USAGE": "{{prefix}}slowmode [#channel] (time)",
"EXAMPLES": "{{prefix}}slowmode #general 10m\n{{prefix}}slowmode #general", "EXAMPLES": "{{prefix}}slowmode #general 10m\n{{prefix}}slowmode #general",
"DISABLED": "**Slow-mode has just been disabled in {{channel}}!**\n\n:arrow_right_hook: *Send `{{prefix}}slowmode [#channel] (time)` to enable it again!*", "DISABLED": "**Slow-mode has just been disabled in {{channel}}!**\n\n:arrow_right_hook: *Send `{{prefix}}slowmode [#channel] (time)` to enable it again!*",
"ENABLED": "**A slow-mode of `{{time}}` has just been enabled in `{{channel}}`!**\n\n:arrow_right_hook: *Send `{{prefix}}slowmode {{channel}}` to disable it!*", "ENABLED": "**A slow-mode of `{{time}}` has just been enabled in `{{channel}}`!**\n\n:arrow_right_hook: *Send `{{prefix}}slowmode {{channel}}` to disable it!*",
"PLEASE_WAIT": "Channel {{channel}} is in slowmode! Please wait {{time}} between each message!" "PLEASE_WAIT": "Channel {{channel}} is in slowmode! Please wait {{time}} between each message!"
} }

View file

@ -1,16 +1,17 @@
{ {
"DESCRIPTION": "Toggle welcome messages!", "DESCRIPTION": "Toggle welcome messages!",
"USAGE": "{{prefix}}welcome", "USAGE": "{{prefix}}welcome",
"EXAMPLES": "{{prefix}}welcome", "EXAMPLES": "{{prefix}}welcome",
"MISSING_STATUS": "You must specify an action between `edit` and `off`", "MISSING_STATUS": "You must specify an action between `edit` and `off`",
"DEFAULT_MESSAGE": "Welcome {user} in {server}, we're now {membercount}! Your account was created {createdat}.", "DEFAULT_MESSAGE": "Welcome {user} in {server}, we're now {membercount}! Your account was created {createdat}.",
"TEST_SUCCESS": "Test executed!", "TEST_SUCCESS": "Test executed!",
"FORM_1": "**In which channel will welcome messages be sent?**\n\n:arrow_right_hook: *Answer by mentioning a channel!*", "FORM_1": "**In which channel will welcome messages be sent?**\n\n:arrow_right_hook: *Answer by mentioning a channel!*",
"FORM_2": "**Please enter your desired welcome message.**\n\n**If you want to:**\n*-* __Mention the user__: {user}\n*-* __Get the member count__: {membercount}\n*-* __Get the server name__: {server}\n\n**Usage example:**\nWelcome to {server}, {user}! We are now {membercount}!\n:fast_forward:\nWelcome to {{guildName}}, {{author}}! We are now {{memberCount}}!", "FORM_2": "**Please enter your desired welcome message.**\n\n**If you want to:**\n*-* __Mention the user__: {user}\n*-* __Get the member count__: {membercount}\n*-* __Get the server name__: {server}\n\n**Usage example:**\nWelcome to {server}, {user}! We are now {membercount}!\n:fast_forward:\nWelcome to {{guildName}}, {{author}}! We are now {{memberCount}}!",
"FORM_3": "**Do you want a great welcome image too?**\n\n:arrow_right_hook: *Answer by sending `yes` or `no`!*", "FORM_3": "**Do you want a great welcome image too?**\n\n:arrow_right_hook: *Answer by sending `yes` or `no`!*",
"FORM_SUCCESS": "**Alright, done!**\n\n:arrow_right_hook: *Answer by sending `{{prefix}}welcome test` to preview your custom welcome message!*", "FORM_SUCCESS": "**Alright, done!**\n\n:arrow_right_hook: *Answer by sending `{{prefix}}welcome test` to preview your custom welcome message!*",
"DISABLED": "**Goodbye messages have just been disabled!**\n\n:arrow_right_hook: *Answer by sending `{{prefix}}configuration` to see the updated server configuration!*", "MAX_CHARACT": "Your message must be under 1800 symbols!",
"IMG_WELCOME": "Welcome in {{server}}!", "DISABLED": "**Goodbye messages have just been disabled!**\n\n:arrow_right_hook: *Answer by sending `{{prefix}}configuration` to see the updated server configuration!*",
"IMG_NB": "- {{memberCount}}th member!", "IMG_WELCOME": "Welcome in {{server}}!",
"TITLE": "WELCOME" "IMG_NB": "- {{memberCount}}th member!",
"TITLE": "WELCOME"
} }

View file

@ -1,62 +1,62 @@
{ {
"YES": "Yes", "YES": "Yes",
"NO": "No", "NO": "No",
"NOT_DEFINED": "Not defined", "NOT_DEFINED": "Not defined",
"AND_MORE": "And more...", "AND_MORE": "And more...",
"AUTHOR": "Author", "AUTHOR": "Author",
"DATE": "Date", "DATE": "Date",
"CONTENT": "Content", "CONTENT": "Content",
"REASON": "Reason", "REASON": "Reason",
"USER": "User", "USER": "User",
"CREATION": "Creation", "CREATION": "Creation",
"MEMBERS": "Members", "MEMBERS": "Members",
"CHANNELS": "Channels", "CHANNELS": "Channels",
"ID": "ID", "ID": "ID",
"OWNER": "Owner", "OWNER": "Owner",
"USERNAME": "Username", "USERNAME": "Username",
"DISCRIMINATOR": "Discriminator", "DISCRIMINATOR": "Discriminator",
"STATS": "Stats", "STATS": "Stats",
"ROBOT": "Robot", "ROBOT": "Robot",
"AVATAR": "Avatar", "AVATAR": "Avatar",
"GAME": "Game", "GAME": "Game",
"STATUS": "Status", "STATUS": "Status",
"STATUS_ONLINE": "Online", "STATUS_ONLINE": "Online",
"STATUS_OFFLINE": "Offline", "STATUS_OFFLINE": "Offline",
"STATUS_IDLE": "AFK", "STATUS_IDLE": "AFK",
"STATUS_DND": "Do not disturb", "STATUS_DND": "Do not disturb",
"ROLE": "Role", "ROLE": "Role",
"ROLES": "Roles", "ROLES": "Roles",
"JOIN": "Join", "JOIN": "Join",
"COLOR": "Color", "COLOR": "Color",
"NICKNAME": "Nickname", "NICKNAME": "Nickname",
"DESCRIPTION": "Description", "DESCRIPTION": "Description",
"WEBSITE": "Website", "WEBSITE": "Website",
"INVITE": "Invite", "INVITE": "Invite",
"SUPPORT": "Support", "SUPPORT": "Support",
"LINKS": "Links", "LINKS": "Links",
"CREDITS": "Credits", "CREDITS": "Credits",
"LEVEL": "Level", "LEVEL": "Level",
"POINTS": "Points", "POINTS": "Points",
"VICTORY": "Victory", "VICTORY": "Victory",
"DEFEAT": "Defeat", "DEFEAT": "Defeat",
"MODERATOR": "Moderator", "MODERATOR": "Moderator",
"DURATION": "Duration", "DURATION": "Duration",
"EXPIRY": "Expiry", "EXPIRY": "Expiry",
"TITLE": "Title", "TITLE": "Title",
"SERVERS": "Servers", "SERVERS": "Servers",
"PAGE": "Page", "PAGE": "Page",
"MESSAGE": "Message", "MESSAGE": "Message",
"PROFILE": "Profile", "PROFILE": "Profile",
"SETTINGS": "Settings", "SETTINGS": "Settings",
"CONFIGURATION": "Configuration", "CONFIGURATION": "Configuration",
"PREFIX": "Prefix", "PREFIX": "Prefix",
"LANGUAGE": "Language", "LANGUAGE": "Language",
"CHANNEL": "Channel", "CHANNEL": "Channel",
"UPDATE": "Update", "UPDATE": "Update",
"SUGGESTIONS": "Suggestions", "SUGGESTIONS": "Suggestions",
"MODLOGS": "Moderation logs", "MODLOGS": "Moderation logs",
"FORTNITESHOP": "Fortnite shop", "FORTNITESHOP": "Fortnite shop",
"NO_CHANNEL": "No channel", "NO_CHANNEL": "No channel",
"REPORTS": "Reports", "REPORTS": "Reports",
"DISCONNECT": "Disconnect" "DISCONNECT": "Disconnect"
} }

View file

@ -1,25 +1,25 @@
{ {
"FIRST_LOGIN": "{{user}} logged on to the dashboard for the first time! :tada:", "FIRST_LOGIN": "{{user}} logged on to the dashboard for the first time! :tada:",
"NOT_FOUND": "Oops! Page not found.", "NOT_FOUND": "Oops! Page not found.",
"NOT_FOUND_CONTENT": "We did not find the page you were looking for. In the meantime, you can go back to the dashboard or try using the search form.", "NOT_FOUND_CONTENT": "We did not find the page you were looking for. In the meantime, you can go back to the dashboard or try using the search form.",
"ERR_OCCURRED": "Oops! Something went wrong.", "ERR_OCCURRED": "Oops! Something went wrong.",
"ERR_OCCURRED_CONTENT": "We will try to rectify this immediately. In the meantime, you can go back to the selector or try using the search form.", "ERR_OCCURRED_CONTENT": "We will try to rectify this immediately. In the meantime, you can go back to the selector or try using the search form.",
"SEARCH": "Search for servers...", "SEARCH": "Search for servers...",
"SERVERS_LIST": "Servers list", "SERVERS_LIST": "Servers list",
"SERVERS_MANAGEMENT": "Servers management", "SERVERS_MANAGEMENT": "Servers management",
"NO_SERVER": "No server found", "NO_SERVER": "No server found",
"NO_SERVER_CONTENT": "No server to display. Make sure you are logged in with the right account and try again.", "NO_SERVER_CONTENT": "No server to display. Make sure you are logged in with the right account and try again.",
"BASIC_CONF": "📝 Basic configuration", "BASIC_CONF": "📝 Basic configuration",
"WELCOME_CONF": "👋 Welcome messages", "WELCOME_CONF": "👋 Welcome messages",
"GOODBYE_CONF": "😢 Goodbye messages", "GOODBYE_CONF": "😢 Goodbye messages",
"WELCOME_IMG": "👋 Welcome image", "WELCOME_IMG": "👋 Welcome image",
"GOODBYE_IMG": "😢 Goodbye image", "GOODBYE_IMG": "😢 Goodbye image",
"CHANNELS_CONF": "🌀 Special channels", "CHANNELS_CONF": "🌀 Special channels",
"AUTOROLE_CONF": "🎖️ Autorole", "AUTOROLE_CONF": "🎖️ Autorole",
"DISABLE_MESSAGES": "Disable messages", "DISABLE_MESSAGES": "Disable messages",
"ENABLE_MESSAGES": "Enable messages", "ENABLE_MESSAGES": "Enable messages",
"DISABLE_AUTOROLE": "Disable autorole", "DISABLE_AUTOROLE": "Disable autorole",
"ENABLE_AUTOROLE": "Enable autorole", "ENABLE_AUTOROLE": "Enable autorole",
"SELECTOR": "Selector", "SELECTOR": "Selector",
"MANAGE": "Manage" "MANAGE": "Manage"
} }

View file

@ -1,14 +1,14 @@
{ {
"DESCRIPTION": "Shows your achievements list!", "DESCRIPTION": "Shows your achievements list!",
"USAGE": "{{prefix}}achievements", "USAGE": "{{prefix}}achievements",
"EXAMPLES": "{{prefix}}achievements", "EXAMPLES": "{{prefix}}achievements",
"SEND_CMD": "Send your first command!", "SEND_CMD": "Send your first command!",
"CLAIM_SALARY": "Claim your salary 10 times!", "CLAIM_SALARY": "Claim your salary 10 times!",
"MARRY": "Find your half and marry!", "MARRY": "Find your half and marry!",
"SLOTS": "Win 3 times in a row in slots!", "SLOTS": "Win 3 times in a row in slots!",
"TIP": "Keep Atlanta alive by tipping!", "TIP": "Keep JaBa alive by tipping!",
"REP": "Reach 20 reputation points!", "REP": "Reach 20 reputation points!",
"INVITE": "Invite Atlanta on your server!", "INVITE": "Invite JaBa on your server!",
"TITLE": "🔥 Achievements", "TITLE": "🔥 Achievements",
"PROGRESS": "Progress: {{now}}/{{total}} ({{percent}}%)" "PROGRESS": "Progress: {{now}}/{{total}} ({{percent}}%)"
} }

View file

@ -1,11 +1,11 @@
{ {
"DESCRIPTION": "Set the birthday date that appear on your profile", "DESCRIPTION": "Set the birthday date that appear on your profile",
"USAGE": "{{prefix}}birthdate (date)", "USAGE": "{{prefix}}birthdate (date)",
"EXAMPLES": "{{prefix}}birthdate 01/12/2000", "EXAMPLES": "{{prefix}}birthdate 01/12/2000",
"MISSING_DATE": "Please enter a valid date! For example, 01/12/2000", "MISSING_DATE": "Please enter a valid date! For example, 01/12/2000",
"INVALID_DATE": "You must use the following date format: DD/MM/YYYY. For example, `December 1, 2000` will be `01/12/2000`.", "INVALID_DATE": "You must use the following date format: DD/MM/YYYY. For example, `December 1, 2000` will be `01/12/2000`.",
"INVALID_DATE_FORMAT": "You must use the following date format: DD/MM/YYYY. For example, `December 1, 2000` will be `01/12/2000`.", "INVALID_DATE_FORMAT": "You must use the following date format: DD/MM/YYYY. For example, `December 1, 2000` will be `01/12/2000`.",
"DATE_TOO_HIGH": "More than 80 years old? :eyes:", "DATE_TOO_HIGH": "More than 80 years old? :eyes:",
"DATE_TOO_LOW": "Humm, nop! You must be born!", "DATE_TOO_LOW": "Humm, nop! You must be born!",
"SUCCESS": "Your birthday has been set on {{date}}!" "SUCCESS": "Your birthday has been set on {{date}}!"
} }

View file

@ -1,9 +1,9 @@
{ {
"DESCRIPTION": "Deposit your money in the bank", "DESCRIPTION": "Deposit your money in the bank",
"USAGE": "{{prefix}}deposit [amount]", "USAGE": "{{prefix}}deposit [amount]",
"EXAMPLES": "{{prefix}}deposit 400", "EXAMPLES": "{{prefix}}deposit 400",
"MISSING_AMOUNT": "Please specify an amount!", "MISSING_AMOUNT": "Please specify an amount!",
"NO_CREDIT": "You have no credit to deposit in the bank!", "NO_CREDIT": "You have no credit to deposit in the bank!",
"NO_ENOUGH_CREDIT": "You don't have `{{money}}` credits!", "NO_ENOUGH_CREDIT": "You don't have `{{money}}` credits!",
"SUCCESS": "**{{money}}** credits deposited in the bank!" "SUCCESS": "**{{money}}** credits deposited in the bank!"
} }

View file

@ -1,7 +1,7 @@
{ {
"DESCRIPTION": "Divorce the person you are currently married to!", "DESCRIPTION": "Divorce the person you are currently married to!",
"USAGE": "{{prefix}}divorce", "USAGE": "{{prefix}}divorce",
"EXAMPLES": "{{prefix}}divorce", "EXAMPLES": "{{prefix}}divorce",
"NOT_MARRIED": "You are not currently married!", "NOT_MARRIED": "You are not currently married!",
"DIVORCED": "You just divorced with **{{username}}**!" "DIVORCED": "You just divorced with **{{username}}**!"
} }

View file

@ -1,7 +1,7 @@
{ {
"DESCRIPTION": "Shows users who have the most credits, levels or reputation points!", "DESCRIPTION": "Shows users who have the most credits, levels or reputation points!",
"USAGE": "{{prefix}}leaderboard [rep/levels/credits]", "USAGE": "{{prefix}}leaderboard [rep/levels/credits]",
"EXAMPLES": "{{prefix}}leaderboard credits\n{{prefix}}leaderboard levels", "EXAMPLES": "{{prefix}}leaderboard credits\n{{prefix}}leaderboard levels",
"MISSING_TYPE": "Please specify the leaderboard type between `credits`, `level` and `rep`", "MISSING_TYPE": "Please specify the leaderboard type between `credits`, `level` and `rep`",
"MOBILE": ":confused: We've detected that you are using a phone.... The leaderboard may not display well on small screens. Try to switch to landscape or go on the dashboard!" "MOBILE": ":confused: We've detected that you are using a phone.... The leaderboard may not display well on small screens. Try to switch to landscape or go on the dashboard!"
} }

View file

@ -1,18 +1,18 @@
{ {
"DESCRIPTION": "Marry someone you love!", "DESCRIPTION": "Marry someone you love!",
"USAGE": "{{prefix}}marry [@member]", "USAGE": "{{prefix}}marry [@member]",
"EXAMPLES": "{{prefix}}marry @Jonny_Bro#4226", "EXAMPLES": "{{prefix}}marry @Jonny_Bro#4226",
"INVALID_MEMBER": "You must mention a valid member!", "INVALID_MEMBER": "You must mention a valid member!",
"ALREADY_MARRIED": "You are already married! First use `{{prefix}}divorce` to divorce.", "ALREADY_MARRIED": "You are already married! First use `{{prefix}}divorce` to divorce.",
"ALREADY_MARRIED_USER": "The place is taken, companion! **{{username}}** is already married!", "ALREADY_MARRIED_USER": "The place is taken, companion! **{{username}}** is already married!",
"YOURSELF": "You can't marry yourself!", "YOURSELF": "You can't marry yourself!",
"REQUEST_AUTHOR_TO_AMEMBER": "You already have a pending request to **{{username}}**!", "REQUEST_AUTHOR_TO_AMEMBER": "You already have a pending request to **{{username}}**!",
"REQUEST_AMEMBER_TO_AUTHOR": "**{{username}}** has already sent you a request! Please refuse or accept it (or wait until it expires in a few minutes).", "REQUEST_AMEMBER_TO_AUTHOR": "**{{username}}** has already sent you a request! Please refuse or accept it (or wait until it expires in a few minutes).",
"REQUEST_AMEMBER_TO_MEMBER": "**{{secondUsername}}** has already sent a request to **{{firstUsername}}**!", "REQUEST_AMEMBER_TO_MEMBER": "**{{secondUsername}}** has already sent a request to **{{firstUsername}}**!",
"REQUEST_MEMBER_TO_AMEMBER": "**{{firstUsername}} has already sent a request to **{{secondUsername}}**! Wait until **{{secondUsername}}** accepts or refuses the request from **{{firstUsername}}** or until it expires and try again!", "REQUEST_MEMBER_TO_AMEMBER": "**{{firstUsername}} has already sent a request to **{{secondUsername}}**! Wait until **{{secondUsername}}** accepts or refuses the request from **{{firstUsername}}** or until it expires and try again!",
"TIMEOUT": "{{username}} did not answer... Wait until he/she is logged in and try again!", "TIMEOUT": "{{username}} did not answer... Wait until he/she is logged in and try again!",
"SUCCESS": "🎉 Congratulations! **{{creator}}** and **{{partner}}** you are now married!", "SUCCESS": "🎉 Congratulations! **{{creator}}** and **{{partner}}** you are now married!",
"DENIED": "{{creator}}, I have some bad news... {{partner}} refused your proposal.", "DENIED": "{{creator}}, I have some bad news... {{partner}} refused your proposal.",
"REQUEST": "{{to}}, do you agree to marry {{from}}? Answer with \"yes\" or \"no\"!", "REQUEST": "{{to}}, do you agree to marry {{from}}? Answer with \"yes\" or \"no\"!",
"BOT_USER": "It refused your proposal!" "BOT_USER": "It refused your proposal!"
} }

View file

@ -1,6 +1,6 @@
{ {
"DESCRIPTION": "Shows your credits", "DESCRIPTION": "Shows your credits",
"USAGE": "{{prefix}}money (@member)", "USAGE": "{{prefix}}money (@member)",
"EXAMPLES": "{{prefix}}money\n{{prefix}}money @user#0000", "EXAMPLES": "{{prefix}}money\n{{prefix}}money @user#0000",
"TITLE": "{{username}}'s money" "TITLE": "{{username}}'s money"
} }

View file

@ -1,11 +1,11 @@
{ {
"DESCRIPTION": "Send money to someone!", "DESCRIPTION": "Send money to someone!",
"USAGE": "{{prefix}}pay [@member] [amount]", "USAGE": "{{prefix}}pay [@member] [amount]",
"EXAMPLES": "{{prefix}}pay @Jonny_Bro#4226 100", "EXAMPLES": "{{prefix}}pay @Jonny_Bro#4226 100",
"INVALID_MEMBER": "You must mention a valid member!", "INVALID_MEMBER": "You must mention a valid member!",
"BOT_USER": "Bots are already rich 💰!", "BOT_USER": "Bots are already rich 💰!",
"YOURSELF": "You can't pay yourself!", "YOURSELF": "You can't pay yourself!",
"INVALID_AMOUNT": "You must specify a valid amount", "INVALID_AMOUNT": "You must specify a valid amount",
"ENOUGH_MONEY": "You can't afford **{{amount}}**", "ENOUGH_MONEY": "You can't afford **{{amount}}**",
"SUCCESS": "You just paid **{{amount}}** to **{{username}}**!" "SUCCESS": "You just paid **{{amount}}** to **{{username}}**!"
} }

View file

@ -1,25 +1,25 @@
{ {
"DESCRIPTION": "Shows the mentioned user or author profile", "DESCRIPTION": "Shows the mentioned user or author profile",
"USAGE": "{{prefix}}profile [user]", "USAGE": "{{prefix}}profile [user]",
"EXAMPLES": "{{prefix}}profile @Jonny_Bro#4226", "EXAMPLES": "{{prefix}}profile @Jonny_Bro#4226",
"TITLE": "{{username}}'s profile", "TITLE": "{{username}}'s profile",
"NO_BIO": "", "NO_BIO": "",
"BOT_USER": "Bots don't have profile page!", "BOT_USER": "Bots don't have profile page!",
"CASH": "💵 Cash", "CASH": "💵 Cash",
"BANK": "💳 Bank", "BANK": "💳 Bank",
"GLOBAL": "🌍 Global money", "GLOBAL": "🌍 Global money",
"MONEY": "**{{money}}** credit(s)", "MONEY": "**{{money}}** credit(s)",
"REPUTATION": "🎩 Reputation", "REPUTATION": "🎩 Reputation",
"REP_POINTS": "**{{points}}** point(s)", "REP_POINTS": "**{{points}}** point(s)",
"LEVEL": "📊 Level", "LEVEL": "📊 Level",
"EXP": "🔮 Experience", "EXP": "🔮 Experience",
"BIRTHDATE": "🎂 Birthdate", "BIRTHDATE": "🎂 Birthdate",
"NO_BIRTHDATE": "No birthdate available", "NO_BIRTHDATE": "No birthdate available",
"LOVER": "❤ Lover", "LOVER": "❤ Lover",
"REGISTERED": "📅 Registered", "REGISTERED": "📅 Registered",
"NO_LOVER": "Single", "NO_LOVER": "Single",
"ACHIEVEMENTS": "🔥 Achievements", "ACHIEVEMENTS": "🔥 Achievements",
"ACHIEVEMENTS_CONTENT": "Get more information with `{{prefix}}achievements`!", "ACHIEVEMENTS_CONTENT": "Get more information with `{{prefix}}achievements`!",
"BIO": "🔖 Biography", "BIO": "🔖 Biography",
"YOUR_PROFILE": "Your profile" "YOUR_PROFILE": "Your profile"
} }

View file

@ -1,10 +1,10 @@
{ {
"DESCRIPTION": "Give a reputation point to someone!", "DESCRIPTION": "Give a reputation point to someone!",
"USAGE": "{{prefix}}rep [user]", "USAGE": "{{prefix}}rep [user]",
"EXAMPLES": "{{prefix}}rep @Jonny_Bro#4226", "EXAMPLES": "{{prefix}}rep @Jonny_Bro#4226",
"COOLDOWN": "You have to wait {{time}} before being able to `rep` someone!", "COOLDOWN": "You have to wait {{time}} before being able to `rep` someone!",
"INVALID_USER": "You must mention a valid user!", "INVALID_USER": "You must mention a valid user!",
"BOT_USER": "Bots don't accept reputation points!", "BOT_USER": "Bots don't accept reputation points!",
"YOURSELF": "You can't give yourself a reputation point!", "YOURSELF": "You can't give yourself a reputation point!",
"SUCCESS": "You just gave a reputation point to {{username}}!" "SUCCESS": "You just gave a reputation point to {{username}}!"
} }

View file

@ -1,15 +1,15 @@
{ {
"DESCRIPTION": "Try to rob a member!", "DESCRIPTION": "Try to rob a member!",
"USAGE": "{{prefix}}rob [@member] [amount]", "USAGE": "{{prefix}}rob [@member] [amount]",
"EXAMPLES": "{{prefix}}rob @Jonny_Bro#4226 100", "EXAMPLES": "{{prefix}}rob @Jonny_Bro#4226 100",
"YOURSELF": "You can't rob yourself!", "YOURSELF": "You can't rob yourself!",
"MISSING_MEMBER": "You must specify a valid member to rob!", "MISSING_MEMBER": "You must specify a valid member to rob!",
"MISSING_AMOUNT": "Please enter a valid amount!", "MISSING_AMOUNT": "Please enter a valid amount!",
"NOT_ENOUGH_AUTHOR": "You must have more than **{{moneyMin}}** credits to attempt this robbery (you have **{{moneyCurrent}}** credits for now)!", "NOT_ENOUGH_AUTHOR": "You must have more than **{{moneyMin}}** credits to attempt this robbery (you have **{{moneyCurrent}}** credits for now)!",
"NOT_ENOUGH_MEMBER": "You can't try your robbery because **{{username}}** doesn't have as many credits in cash!", "NOT_ENOUGH_MEMBER": "You can't try your robbery because **{{username}}** doesn't have as many credits in cash!",
"COOLDOWN": "🕵️ **{{username}}** is on guard.... Wait a while and try again!", "COOLDOWN": "🕵️ **{{username}}** is on guard.... Wait a while and try again!",
"ROB_WON_1": "🎉 | Congratulations! The police weren't fast enough to stop you from robbing **{{money}}** credits to **{{username}}**!", "ROB_WON_1": "🎉 | Congratulations! The police weren't fast enough to stop you from robbing **{{money}}** credits to **{{username}}**!",
"ROB_WON_2": "😕 | **{{username}}** ? Bad news. You just got robbed **{{money}}** credits!", "ROB_WON_2": "😕 | **{{username}}** ? Bad news. You just got robbed **{{money}}** credits!",
"ROB_LOSE_1": "🚔 | The police caught you in the act, impossible to deny, your fine is **{{fine}}** credits. **{{offset}}** offset credits will be paid to **{{username}}**.", "ROB_LOSE_1": "🚔 | The police caught you in the act, impossible to deny, your fine is **{{fine}}** credits. **{{offset}}** offset credits will be paid to **{{username}}**.",
"ROB_LOSE_2": "🚓 | Bad news.... **{{username}}** called the police in time. Your fine is **{{fine}}** credits and **{{offset}}** offset credits will be paid to **{{username}}**." "ROB_LOSE_2": "🚓 | Bad news.... **{{username}}** called the police in time. Your fine is **{{fine}}** credits and **{{offset}}** offset credits will be paid to **{{username}}**."
} }

View file

@ -1,8 +1,8 @@
{ {
"DESCRIPTION": "Change your biography!", "DESCRIPTION": "Change your biography!",
"USAGE": "{{prefix}}setbio [biography]", "USAGE": "{{prefix}}setbio [biography]",
"EXAMPLES": "{{prefix}}setbio My name is Jake, I'm 19 and I love programming!", "EXAMPLES": "{{prefix}}setbio My name is Jake, I'm 19 and I love programming!",
"MISSING": "You must specify a biography!", "MISSING": "You must specify a biography!",
"MAX_CHARACT": "Your biography must not exceed 500 characters!", "MAX_CHARACT": "Your biography must not exceed 500 characters!",
"SUCCESS": "Your biography has been modified!" "SUCCESS": "Your biography has been modified!"
} }

View file

@ -1,8 +1,8 @@
{ {
"DESCRIPTION": "The Atlanta casino", "DESCRIPTION": "The JaBa casino",
"USAGE": "{{prefix}}slots [amount]", "USAGE": "{{prefix}}slots [amount]",
"EXAMPLES": "{{prefix}}slots\n{{prefix}}slots 10", "EXAMPLES": "{{prefix}}slots\n{{prefix}}slots 10",
"DEFEAT": "**{{username}}** used {{money}} credit(s) and lost everything.", "DEFEAT": "**{{username}}** used {{money}} credit(s) and lost everything.",
"VICTORY": "**{{username}}** used {{money}} credit(s) and won {{won}} credit(s)!", "VICTORY": "**{{username}}** used {{money}} credit(s) and won {{won}} credit(s)!",
"NOT_ENOUGH": "You need at least **{{money}}** credit(s)." "NOT_ENOUGH": "You need at least **{{money}}** credit(s)."
} }

View file

@ -1,9 +1,9 @@
{ {
"DESCRIPTION": "Withdraw money!", "DESCRIPTION": "Withdraw money!",
"USAGE": "{{prefix}}withdraw [amount]", "USAGE": "{{prefix}}withdraw [amount]",
"EXAMPLES": "{{prefix}}withdraw 400", "EXAMPLES": "{{prefix}}withdraw 400",
"MISSING_AMOUNT": "Please specify an amount to be withdrawn!", "MISSING_AMOUNT": "Please specify an amount to be withdrawn!",
"NO_CREDIT": "You don't have any credit in your bank!", "NO_CREDIT": "You don't have any credit in your bank!",
"NOT_ENOUGH": "You need at least `{{money}}` credit(s)!", "NOT_ENOUGH": "You need at least `{{money}}` credit(s)!",
"SUCCESS": "**{{money}}** credit(s) withdrawn!" "SUCCESS": "**{{money}}** credit(s) withdrawn!"
} }

View file

@ -1,11 +1,11 @@
{ {
"DESCRIPTION": "Claim your salary!", "DESCRIPTION": "Claim your salary!",
"USAGE": "{{prefix}}work", "USAGE": "{{prefix}}work",
"EXAMPLES": "{{prefix}}work", "EXAMPLES": "{{prefix}}work",
"COOLDOWN": "You have to wait {{time}} before working again!", "COOLDOWN": "You have to wait {{time}} before working again!",
"AWARD": "Complete the word AWARD to win 200 bonus credits!", "AWARD": "Complete the word AWARD to win 200 bonus credits!",
"SALARY": "Salary", "SALARY": "Salary",
"SALARY_CONTENT": "You've gained {{won}} credits!", "SALARY_CONTENT": "You've gained {{won}} credits!",
"STREAK": "Streak", "STREAK": "Streak",
"STREAK_CONTENT": "🎉 You've won 200 bonus credits!" "STREAK_CONTENT": "🎉 You've won 200 bonus credits!"
} }

View file

@ -1,16 +1,16 @@
{ {
"DESCRIPTION": "I'm telling you the truth!", "DESCRIPTION": "I'm telling you the truth!",
"USAGE": "{{prefix}}8ball [question]", "USAGE": "{{prefix}}8ball [question]",
"EXAMPLES": "{{prefix}}8ball Is Atlanta the best Discord bot?", "EXAMPLES": "{{prefix}}8ball Is JaBa the best Discord bot?",
"ERR_QUESTION": "You must enter a question!", "ERR_QUESTION": "You must enter a question!",
"RESPONSE_1": "I'm sure of it.", "RESPONSE_1": "I'm sure of it.",
"RESPONSE_2": "it's definitely safe.", "RESPONSE_2": "it's definitely safe.",
"RESPONSE_3": "yes, definitely.", "RESPONSE_3": "yes, definitely.",
"RESPONSE_4": "better not tell you now.", "RESPONSE_4": "better not tell you now.",
"RESPONSE_5": "ask again later.", "RESPONSE_5": "ask again later.",
"RESPONSE_6": "don't count on it.", "RESPONSE_6": "don't count on it.",
"RESPONSE_7": "I don't think.", "RESPONSE_7": "I don't think.",
"RESPONSE_8": "my sources say no.", "RESPONSE_8": "my sources say no.",
"RESPONSE_9": "no.", "RESPONSE_9": "no.",
"RESPONSE_10": "outlook not so good." "RESPONSE_10": "outlook not so good."
} }

View file

@ -1,6 +1,6 @@
{ {
"DESCRIPTION": "Turn your text into ascii characters!", "DESCRIPTION": "Turn your text into ascii characters!",
"USAGE": "{{prefix}}ascii [text]", "USAGE": "{{prefix}}ascii [text]",
"EXAMPLES": "{{prefix}}ascii Hello world!", "EXAMPLES": "{{prefix}}ascii Hello world!",
"TEXT_MISSING": "Please enter a valid text (less than 20 characters)!" "TEXT_MISSING": "Please enter a valid text (less than 20 characters)!"
} }

View file

@ -1,9 +1,9 @@
{ {
"DESCRIPTION": "Helps you choose between the given choices!", "DESCRIPTION": "Helps you choose between the given choices!",
"USAGE": "{{prefix}}choice [choice1/choice2/etc...]", "USAGE": "{{prefix}}choice [choice1/choice2/etc...]",
"EXAMPLES": "{{prefix}}choice Fire/Wind/Water", "EXAMPLES": "{{prefix}}choice Fire/Wind/Water",
"MISSING": "You must enter more than two choices!\n(or use the `flip` command instead)", "MISSING": "You must enter more than two choices!\n(or use the `flip` command instead)",
"EMPTY": "One of your choices seems to be empty.... Please try again!", "EMPTY": "One of your choices seems to be empty.... Please try again!",
"PROGRESS": "Choice being made...", "PROGRESS": "Choice being made...",
"DONE": "Here's my choice:" "DONE": "Here's my choice:"
} }

View file

@ -1,13 +1,13 @@
{ {
"DESCRIPTION": "Start a Findwords party, a game where you have to find words!", "DESCRIPTION": "Start a Findwords party, a game where you have to find words!",
"USAGE": "{{prefix}}findwords", "USAGE": "{{prefix}}findwords",
"EXAMPLES": "{{prefix}}findwords", "EXAMPLES": "{{prefix}}findwords",
"INVALID_WORD": "{{member}} | Your word is not valid!", "INVALID_WORD": "{{member}} | Your word is not valid!",
"GAME_STARTING": ":timer: | The game starts in 10 seconds!", "GAME_STARTING": ":timer: | The game starts in 10 seconds!",
"FIND_WORD": "20 seconds to find a word containing \"__**{{word}}**__\"!", "FIND_WORD": "20 seconds to find a word containing \"__**{{word}}**__\"!",
"WORD_FOUND": "Well done {{winner}}! You were the fastest to enter a valid word!", "WORD_FOUND": "Well done {{winner}}! You were the fastest to enter a valid word!",
"GAME_STATS": "🎉 | {{winner}} won the game!\n\n**Stats:**\n*-* __**Duration**__: {{time}}\n*-* __**Participants**__: {{participants}} ({{participantCount}})**Stats of the game: **\n__**Duration**__: {{duration}}\n__**Number of participants**__ : {{participantCount}}\n__**Participants**__ : \n{{participantList}}", "GAME_STATS": "🎉 | {{winner}} won the game!\n\n**Stats:**\n*-* __**Duration**__: {{time}}\n*-* __**Participants**__: {{participants}} ({{participantCount}})**Stats of the game: **\n__**Duration**__: {{duration}}\n__**Number of participants**__ : {{participantCount}}\n__**Participants**__ : \n{{participantList}}",
"CREDITS": "{{winner}} wins 15 credits! 🎉", "CREDITS": "{{winner}} wins 15 credits! 🎉",
"NO_WINNER_ALL": "No words founds, no one wins!", "NO_WINNER_ALL": "No words founds, no one wins!",
"NO_WINNER": "No words founds, no one wins!" "NO_WINNER": "No words founds, no one wins!"
} }

View file

@ -1,7 +1,7 @@
{ {
"DESCRIPTION": "I roll the dice for you!", "DESCRIPTION": "I roll the dice for you!",
"USAGE": "{{prefix}}flip", "USAGE": "{{prefix}}flip",
"EXAMPLES": "{{prefix}}flip", "EXAMPLES": "{{prefix}}flip",
"HEADS": "🎲 | Heads!", "HEADS": "🎲 | Heads!",
"TAILS": "🎲 | Tails!" "TAILS": "🎲 | Tails!"
} }

View file

@ -1,6 +1,6 @@
{ {
"DESCRIPTION": "Gets a random FML", "DESCRIPTION": "Gets a random FML",
"USAGE": "{{prefix}}fml", "USAGE": "{{prefix}}fml",
"EXAMPLES": "{{prefix}}fml", "EXAMPLES": "{{prefix}}fml",
"FOOTER": "blague.xyz | By Skiz#0001" "FOOTER": "blague.xyz | By Skiz#0001"
} }

View file

@ -1,6 +1,6 @@
{ {
"DESCRIPTION": "Gets a wonderful joke specially made for you!", "DESCRIPTION": "Gets a wonderful joke specially made for you!",
"USAGE": "{{prefix}}joke", "USAGE": "{{prefix}}joke",
"EXAMPLES": "{{prefix}}joke", "EXAMPLES": "{{prefix}}joke",
"FOOTER": "blague.xyz | By Skiz#0001" "FOOTER": "blague.xyz | By Skiz#0001"
} }

View file

@ -1,6 +1,6 @@
{ {
"DESCRIPTION": "Generate a LMGTFY link with your search", "DESCRIPTION": "Generate a LMGTFY link with your search",
"USAGE": "{{prefix}}lmg [search]", "USAGE": "{{prefix}}lmg [search]",
"EXAMPLES": "{{prefix}}lmg How to create a Discord bot?", "EXAMPLES": "{{prefix}}lmg How to create a Discord bot?",
"MISSING": "You must specify a search!" "MISSING": "You must specify a search!"
} }

View file

@ -1,7 +1,7 @@
{ {
"DESCRIPTION": "How much love is there between two people?\n*This is a fun command, not to be taken seriously*", "DESCRIPTION": "How much love is there between two people?\n*This is a fun command, not to be taken seriously*",
"USAGE": "{{prefix}}lovecalc [@member1] (@member2)", "USAGE": "{{prefix}}lovecalc [@member1] (@member2)",
"EXAMPLES": "{{prefix}}lovecalc @Jonny_Bro#4226\n{{prefix}}lovecalc @Jonny_Bro#4226 @Atlanta#6770", "EXAMPLES": "{{prefix}}lovecalc @Jonny_Bro#4226\n{{prefix}}lovecalc @Jonny_Bro#4226 @JaBa#9042",
"MISSING": "You must mention two members!", "MISSING": "You must mention two members!",
"CONTENT": "There's **{{percent}}%** of love between **{{firstUsername}}** and **{{secondUsername}}**!\n**Congrats!**" "CONTENT": "There's **{{percent}}%** of love between **{{firstUsername}}** and **{{secondUsername}}**!\n**Congrats!**"
} }

View file

@ -1,12 +1,12 @@
{ {
"DESCRIPTION": "Find the right number!", "DESCRIPTION": "Find the right number!",
"USAGE": "{{prefix}}number", "USAGE": "{{prefix}}number",
"EXAMPLES": "{{prefix}}number", "EXAMPLES": "{{prefix}}number",
"GAME_START": "Number chosen, you can start!", "GAME_START": "Number chosen, you can start!",
"BIG": "{{user}} | My number is **bigger** than `{{number}}`!", "BIG": "{{user}} | My number is **bigger** than `{{number}}`!",
"SMALL": "{{user}} | My number is **smaller** than `{{number}}`!", "SMALL": "{{user}} | My number is **smaller** than `{{number}}`!",
"WON": "{{winner}} has won 10 credits!", "WON": "{{winner}} has won 10 credits!",
"DEFEAT": "No one could find the number! It was **{{number}}**!", "DEFEAT": "No one could find the number! It was **{{number}}**!",
"GAME_STATS": "🎉 | {{winner}} found the correct number! It was __**{{number}}**__!\n\n**Stats:**\n*-* __**Duration**__: {{time}}\n*-* __**Participants**__: {{participants}} ({{participantCount}})", "GAME_STATS": "🎉 | {{winner}} found the correct number! It was __**{{number}}**__!\n\n**Stats:**\n*-* __**Duration**__: {{time}}\n*-* __**Participants**__: {{participants}} ({{participantCount}})",
"GAME_RUNNING": "A game is already running on this server!" "GAME_RUNNING": "A game is already running on this server!"
} }

View file

@ -0,0 +1,5 @@
{
"DESCRIPTION": "Play Awkword with friends using Discord Together!",
"USAGE": "{{prefix}}awkword",
"EXAMPLES": "{{prefix}}awkword"
}

View file

@ -0,0 +1,5 @@
{
"DESCRIPTION": "Play Betrayal.io with friends using Discord Together!",
"USAGE": "{{prefix}}betrayal",
"EXAMPLES": "{{prefix}}betrayal"
}

View file

@ -0,0 +1,5 @@
{
"DESCRIPTION": "Play Checkers In The Park with friends using Discord Together!",
"USAGE": "{{prefix}}checkers",
"EXAMPLES": "{{prefix}}checkers"
}

View file

@ -0,0 +1,5 @@
{
"DESCRIPTION": "Play Chess In The Park with friends using Discord Together!",
"USAGE": "{{prefix}}chess",
"EXAMPLES": "{{prefix}}chess"
}

View file

@ -0,0 +1,5 @@
{
"DESCRIPTION": "Play Doodle Crew with friends using Discord Together!",
"USAGE": "{{prefix}}doodlecrew",
"EXAMPLES": "{{prefix}}doodlecrew"
}

View file

@ -0,0 +1,5 @@
{
"DESCRIPTION": "Play Fishington.io with friends using Discord Together!",
"USAGE": "{{prefix}}fishing",
"EXAMPLES": "{{prefix}}fishing"
}

View file

@ -0,0 +1,5 @@
{
"DESCRIPTION": "Play Letter Tile with friends using Discord Together!",
"USAGE": "{{prefix}}lettertile",
"EXAMPLES": "{{prefix}}letttertile"
}

View file

@ -0,0 +1,5 @@
{
"DESCRIPTION": "Play Poker Night with friends using Discord Together!",
"USAGE": "{{prefix}}poker",
"EXAMPLES": "{{prefix}}poker"
}

View file

@ -0,0 +1,5 @@
{
"DESCRIPTION": "Play SpellCast with friends using Discord Together!",
"USAGE": "{{prefix}}spellcast",
"EXAMPLES": "{{prefix}}spellcast"
}

View file

@ -0,0 +1,5 @@
{
"DESCRIPTION": "Play Words Snack with friends using Discord Together!",
"USAGE": "{{prefix}}wordsnack",
"EXAMPLES": "{{prefix}}wordsnack"
}

View file

@ -0,0 +1,5 @@
{
"DESCRIPTION": "Watch Youtube with friends using Discord Together!",
"USAGE": "{{prefix}}youtube",
"EXAMPLES": "{{prefix}}youtube"
}

View file

@ -1,10 +1,10 @@
{ {
"DESCRIPTION": "Calculator able to solve complex operations and to convert units!", "DESCRIPTION": "Calculator able to solve complex operations and to convert units!",
"USAGE": "{{prefix}}calc [calculation]", "USAGE": "{{prefix}}calc [calculation]",
"EXAMPLES": "{{prefix}}10*5+sin(3)\n{{prefix}}calc 10cm to m", "EXAMPLES": "{{prefix}}10*5+sin(3)\n{{prefix}}calc 10cm to m",
"MISSING_CALC": "Please enter a calculation!", "MISSING_CALC": "Please enter a calculation!",
"INVALID_CALC": "Please enter a **valid** calculation!", "INVALID_CALC": "Please enter a **valid** calculation!",
"TITLE": "Calculator", "TITLE": "Calculator",
"CALCULATION": "Calculation", "CALCULATION": "Calculation",
"RESULT": "Result" "RESULT": "Result"
} }

View file

@ -1,21 +1,21 @@
{ {
"DESCRIPTION": "Shows a player's Fortnite stats!", "DESCRIPTION": "Shows a player's Fortnite stats!",
"USAGE": "{{prefix}}fortnite [psn/xbl/pc] [pseudo]", "USAGE": "{{prefix}}fortnite [psn/xbl/pc] [pseudo]",
"EXAMPLES": "{{prefix}}fortnite pc Ninja", "EXAMPLES": "{{prefix}}fortnite pc Ninja",
"MISSING_PLATFORM": "Please specify a platform between `psn`, `pc` or `xbl`!", "MISSING_PLATFORM": "Please specify a platform between `psn`, `pc` or `xbl`!",
"MISSING_USERNAME": "Please enter a valid epic games username!", "MISSING_USERNAME": "Please enter a valid epic games username!",
"NOT_FOUND": "`{{search}}` was not found on `{{platform}}`!", "NOT_FOUND": "`{{search}}` was not found on `{{platform}}`!",
"TITLE": "{{username}} Fortnite Stats", "TITLE": "{{username}} Fortnite Stats",
"AVERAGE_KILLS": "KILLS/MATCH", "AVERAGE_KILLS": "KILLS/MATCH",
"AVERAGE_KILL": "KILL/MATCH", "AVERAGE_KILL": "KILL/MATCH",
"W_PERCENT": "W%", "W_PERCENT": "W%",
"WIN_PERCENT": "WIN%", "WIN_PERCENT": "WIN%",
"KD": "KD", "KD": "KD",
"WINS": "Wins", "WINS": "Wins",
"WIN": "Win", "WIN": "Win",
"MATCHES": "Matches", "MATCHES": "Matches",
"MATCH": "Match", "MATCH": "Match",
"KILLS": "Kills", "KILLS": "Kills",
"KILL": "Kill", "KILL": "Kill",
"FOOTER": "By Atlanta using fortnitetracker.com" "FOOTER": "By JaBa using fortnitetracker.com"
} }

View file

@ -1,10 +1,10 @@
{ {
"DESCRIPTION": "Shows the daily fortnite items shop!", "DESCRIPTION": "Shows the daily fortnite items shop!",
"USAGE": "{{prefix}}fortniteshop", "USAGE": "{{prefix}}fortniteshop",
"EXAMPLES": "{{prefix}}fortniteshop", "EXAMPLES": "{{prefix}}fortniteshop",
"HEADER": "FORTNITE ITEMS SHOP", "HEADER": "FORTNITE ITEMS SHOP",
"DAILY": "DAILY", "DAILY": "DAILY",
"FEATURED": "FEATURED", "FEATURED": "FEATURED",
"DATE": "{{date}} Fortnite shop", "DATE": "{{date}} Fortnite shop",
"FOOTER": "Fortnite Shop by Atlanta" "FOOTER": "Fortnite Shop by JaBa"
} }

View file

@ -1,8 +1,8 @@
{ {
"DESCRIPTION": "Shows Atlanta's Github repository information!", "DESCRIPTION": "Shows JaBa's Github repository information!",
"USAGE": "{{prefix}}github", "USAGE": "{{prefix}}github",
"EXAMPLES": "{{prefix}}github", "EXAMPLES": "{{prefix}}github",
"CLICK_HERE": "Click here to access the github of Atlanta", "CLICK_HERE": "Click here to access the github of JaBa",
"LANGUAGE": "Programming language", "LANGUAGE": "Programming language",
"OWNER": "Atlanta's repository owner" "OWNER": "JaBa's repository owner"
} }

View file

@ -1,7 +1,7 @@
{ {
"DESCRIPTION": "Upload your text on hastebin!", "DESCRIPTION": "Upload your text on hastebin!",
"USAGE": "{{prefix}}hastebin [text]", "USAGE": "{{prefix}}hastebin [text]",
"EXAMPLES": "{{prefix}}hastebin Hello World!", "EXAMPLES": "{{prefix}}hastebin Hello World!",
"MISSING_TEXT": "Please enter a valid text!", "MISSING_TEXT": "Please enter a valid text!",
"SUCCESS": "Upload complete!" "SUCCESS": "Upload complete!"
} }

View file

@ -1,18 +1,18 @@
{ {
"DESCRIPTION": "Show commands list or specific command help.", "DESCRIPTION": "Show commands list or specific command help.",
"USAGE": "{{prefix}}help (command)", "USAGE": "{{prefix}}help (command)",
"EXAMPLES": "{{prefix}}help\n{{prefix}}help ping", "EXAMPLES": "{{prefix}}help\n{{prefix}}help ping",
"CUSTOM": "A custom command doesn't have help page.", "CUSTOM": "A custom command doesn't have help page.",
"NOT_FOUND": "`{{search}}` is not a valid command", "NOT_FOUND": "`{{search}}` is not a valid command",
"FIELD_USAGE": "Usage", "FIELD_USAGE": "Usage",
"FIELD_DESCRIPTION": "Description", "FIELD_DESCRIPTION": "Description",
"FIELD_ALIASES": "Alias", "FIELD_ALIASES": "Alias",
"FIELD_EXAMPLES": "Examples", "FIELD_EXAMPLES": "Examples",
"FIELD_PERMISSIONS": "Permissions", "FIELD_PERMISSIONS": "Permissions",
"NO_ALIAS": "No alias", "NO_ALIAS": "No alias",
"CMD_TITLE": "{{prefix}}{{cmd}} help", "CMD_TITLE": "{{prefix}}{{cmd}} help",
"INFO": "● To get help on a specific command type `{{prefix}}help <command>`!", "INFO": "● To get help on a specific command type `{{prefix}}help <command>`!",
"CUSTOM_COMMANDS": "Custom commands", "CUSTOM_COMMANDS": "Custom commands",
"TITLE": "{{name}} | Commands", "TITLE": "{{name}} | Commands",
"NO_REQUIRED_PERMISSION": "No specific permission is required to execute this command." "NO_REQUIRED_PERMISSION": "No specific permission is required to execute this command."
} }

View file

@ -1,13 +1,13 @@
{ {
"DESCRIPTION": "Shows the number of people you have invited to the server!", "DESCRIPTION": "Shows the number of people you have invited to the server!",
"USAGE": "{{prefix}}invitations (@member)", "USAGE": "{{prefix}}invitations (@member)",
"EXAMPLES": "{{prefix}}invitations\n{{prefix}}invitations @Jonny_Bro#4226", "EXAMPLES": "{{prefix}}invitations\n{{prefix}}invitations @Jonny_Bro#4226",
"NOBODY_AUTHOR": "You didn't invite anyone to the server!", "NOBODY_AUTHOR": "You didn't invite anyone to the server!",
"NOBODY_MEMBER": "{{member}} didn't invite anyone to the server!", "NOBODY_MEMBER": "{{member}} didn't invite anyone to the server!",
"CODE": "**{{code}}** ({{uses}} uses) | {{channel}}", "CODE": "**{{code}}** ({{uses}} uses) | {{channel}}",
"TITLE": "Information about the invitations of {{member}} on {{guild}}", "TITLE": "Information about the invitations of {{member}} on {{guild}}",
"FIELD_INVITED": "👥 Invited Members", "FIELD_INVITED": "👥 Invited Members",
"FIELD_CODES": "🔑 Codes", "FIELD_CODES": "🔑 Codes",
"FIELD_MEMBERS": "{{total}} members", "FIELD_MEMBERS": "{{total}} members",
"TRACKER": "Invites Tracker" "TRACKER": "Invites Tracker"
} }

View file

@ -1,10 +1,10 @@
{ {
"DESCRIPTION": "Shows Atlanta links!", "DESCRIPTION": "Shows JaBa links!",
"USAGE": "{{prefix}}invite (copy)", "USAGE": "{{prefix}}invite (copy)",
"EXAMPLES": "{{prefix}}invite\n{{prefix}}invite copy", "EXAMPLES": "{{prefix}}invite\n{{prefix}}invite copy",
"LINKS": "Atlanta links", "LINKS": "JaBa links",
"TIP": "Send `{{prefix}}invite copy` to be able to copy the invite link!", "TIP": "Send `{{prefix}}invite copy` to be able to copy the invite link!",
"ADD": "Invite Atlanta", "ADD": "Invite JaBa",
"VOTE": "Vote for Atlanta", "VOTE": "Vote for JaBa",
"SUPPORT": "Get Support" "SUPPORT": "Get Support"
} }

View file

@ -1,16 +1,16 @@
{ {
"DESCRIPTION": "Shows information about a Minecraft server!", "DESCRIPTION": "Shows information about a Minecraft server!",
"USAGE": "{{prefix}}minecraft [ip]", "USAGE": "{{prefix}}minecraft [ip]",
"EXAMPLES": "{{prefix}}minecraft mc.hypixel.net", "EXAMPLES": "{{prefix}}minecraft mc.hypixel.net",
"MISSING_IP": "Please enter a valid IP address!", "MISSING_IP": "Please enter a valid IP address!",
"FAILED": "This server is offline or blocking access!", "FAILED": "This server is offline or blocking access!",
"ONLINE": "Online", "ONLINE": "Online",
"OFFLINE": "Offline", "OFFLINE": "Offline",
"PLAYERS": "{{count}} player(s)", "PLAYERS": "{{count}} player(s)",
"FIELD_NAME": "Informations about {{ip}}", "FIELD_NAME": "Informations about {{ip}}",
"FIELD_VERSION": "Version", "FIELD_VERSION": "Version",
"FIELD_CONNECTED": "Currently connected", "FIELD_CONNECTED": "Currently connected",
"FIELD_MAX": "Maximum", "FIELD_MAX": "Maximum",
"FIELD_STATUS": "Status", "FIELD_STATUS": "Status",
"FIELD_IP": "Full IP" "FIELD_IP": "Full IP"
} }

View file

@ -1,6 +1,6 @@
{ {
"DESCRIPTION": "Displays the member's permissions in the channel", "DESCRIPTION": "Displays the member's permissions in the channel",
"USAGE": "{{prefix}}permissions (@member)", "USAGE": "{{prefix}}permissions (@member)",
"EXAMPLES": "{{prefix}}permissions\n{{prefix}}permissions @Jonny_Bro#4226", "EXAMPLES": "{{prefix}}permissions\n{{prefix}}permissions @Jonny_Bro#4226",
"TITLE": "{{user}}'s permissions in {{channel}}" "TITLE": "{{user}}'s permissions in {{channel}}"
} }

View file

@ -1,6 +1,6 @@
{ {
"DESCRIPTION": "Show bot's ping", "DESCRIPTION": "Show bot's ping",
"USAGE": "{{prefix}}ping", "USAGE": "{{prefix}}ping",
"EXAMPLES": "{{prefix}}ping", "EXAMPLES": "{{prefix}}ping",
"CONTENT": "Pong! My ping is `{{ping}}` ms." "CONTENT": "Pong! My ping is `{{ping}}` ms."
} }

View file

@ -1,8 +1,8 @@
{ {
"DESCRIPTION": "Quote a message in the channel!", "DESCRIPTION": "Quote a message in the channel!",
"USAGE": "{{prefix}}quote [messageID] [channel]", "USAGE": "{{prefix}}quote [messageID] [channel]",
"EXAMPLES": "{{prefix}}quote 596018101921906698\n{{prefix}}quote 596018101921906698 573508780520898581\n{{prefix}}quote 596018101921906698 #blabla", "EXAMPLES": "{{prefix}}quote 596018101921906698\n{{prefix}}quote 596018101921906698 573508780520898581\n{{prefix}}quote 596018101921906698 #blabla",
"NO_MESSAGE_ID": "No message has this ID.", "NO_MESSAGE_ID": "No message has this ID.",
"NO_CHANNEL_ID": "No channel has this ID.", "NO_CHANNEL_ID": "No channel has this ID.",
"MISSING_ID": "Please enter a valid message ID to quote!" "MISSING_ID": "Please enter a valid message ID to quote!"
} }

View file

@ -1,9 +1,9 @@
{ {
"DESCRIPTION": "Add a new personal reminder", "DESCRIPTION": "Add a new personal reminder",
"USAGE": "{{prefix}}remindme [message]", "USAGE": "{{prefix}}remindme [message]",
"EXAMPLES": "{{prefix}}remindme 24h Work command\n{{prefix}}remindme 3m Take the pasta out of the pan!", "EXAMPLES": "{{prefix}}remindme 24h Work command\n{{prefix}}remindme 3m Take the pasta out of the pan!",
"MISSING_MESSAGE": "You must enter a message!", "MISSING_MESSAGE": "You must enter a message!",
"SAVED": "Reminder saved, you will receive a message at the end of the time!", "SAVED": "Reminder saved, you will receive a message at the end of the time!",
"TITLE": "Atlanta Reminder", "TITLE": "JaBa Reminder",
"CREATED": "Message created {{time}}" "CREATED": "Message created {{time}}"
} }

View file

@ -1,11 +1,11 @@
{ {
"DESCRIPTION": "Send your report to the channel defined for them!", "DESCRIPTION": "Send your report to the channel defined for them!",
"USAGE": "{{prefix}}report [@user] [reason]", "USAGE": "{{prefix}}report [@user] [reason]",
"EXAMPLES": "{{prefix}}report @Jonny_Bro#4226 Breaking the rules", "EXAMPLES": "{{prefix}}report @Jonny_Bro#4226 Breaking the rules",
"MISSING_CHANNEL": "No report channel defined!", "MISSING_CHANNEL": "No report channel defined!",
"MISSING_REASON": "Please enter a report reason!", "MISSING_REASON": "Please enter a report reason!",
"MISSING_USER": "Please mention the user you want report!", "MISSING_USER": "Please mention the user you want report!",
"INVALID_USER": "You can't report yourself", "INVALID_USER": "You can't report yourself",
"SUCCESS": "Your report has been sent in {{channel}}!", "SUCCESS": "Your report has been sent in {{channel}}!",
"TITLE": "Report - {{user}}" "TITLE": "Report - {{user}}"
} }

View file

@ -1,13 +1,13 @@
{ {
"DESCRIPTION": "Shows information about the server!", "DESCRIPTION": "Shows information about the server!",
"USAGE": "{{prefix}}serverinfo [ID/Name]", "USAGE": "{{prefix}}serverinfo [ID/Name]",
"EXAMPLES": "{{prefix}}serverinfo Atlanta\n{{prefix}}serverinfo", "EXAMPLES": "{{prefix}}serverinfo JaBa\n{{prefix}}serverinfo",
"AFK_CHANNEL": "AFK channel", "AFK_CHANNEL": "AFK channel",
"NO_AFK_CHANNEL": "No AFK channel", "NO_AFK_CHANNEL": "No AFK channel",
"MEMBERS": "{{count}} members", "MEMBERS": "{{count}} members",
"BOTS": "{{count}} bots", "BOTS": "{{count}} bots",
"BOOSTS": "Boosts count", "BOOSTS": "Boosts count",
"TEXT_CHANNELS": "{{count}} text", "TEXT_CHANNELS": "{{count}} text",
"VOICE_CHANNELS": "{{count}} voice", "VOICE_CHANNELS": "{{count}} voice",
"CAT_CHANNELS": "{{count}} categories" "CAT_CHANNELS": "{{count}} categories"
} }

View file

@ -1,9 +1,9 @@
{ {
"DESCRIPTION": "Become AFK (members who mention you will receive a message)", "DESCRIPTION": "Become AFK (members who mention you will receive a message)",
"USAGE": "{{prefix}}setafk [reason]", "USAGE": "{{prefix}}setafk [reason]",
"EXAMPLES": "{{prefix}}setafk I'm eating =)", "EXAMPLES": "{{prefix}}setafk I'm eating =)",
"MISSING_REASON": "Please specify the reason for your AFK status!", "MISSING_REASON": "Please specify the reason for your AFK status!",
"SUCCESS": "You're now AFK (reason: {{reason}})", "SUCCESS": "You're now AFK (reason: {{reason}})",
"DELETED": "**{{username}}**, your AFK status has just been deleted!", "DELETED": "**{{username}}**, your AFK status has just been deleted!",
"IS_AFK": "**{{user}}** is currently AFK, reason:\n```{{reason}}```" "IS_AFK": "**{{user}}** is currently AFK, reason:\n```{{reason}}```"
} }

View file

@ -1,6 +1,6 @@
{ {
"DESCRIPTION": "Make your links shorter!", "DESCRIPTION": "Make your links shorter!",
"USAGE": "{{prefix}}shorturl [url]", "USAGE": "{{prefix}}shorturl [url]",
"EXAMPLES": "{{prefix}}shorturl https://google.fr", "EXAMPLES": "{{prefix}}shorturl https://google.fr",
"MISSING_URL": "Please enter a valid URL!" "MISSING_URL": "Please enter a valid URL!"
} }

View file

@ -1,5 +1,5 @@
{ {
"DESCRIPTION": "Pick a random member on the server!", "DESCRIPTION": "Pick a random member on the server!",
"USAGE": "{{prefix}}someone", "USAGE": "{{prefix}}someone",
"EXAMPLES": "{{prefix}}someone" "EXAMPLES": "{{prefix}}someone"
} }

View file

@ -1,10 +1,10 @@
{ {
"DESCRIPTION": "Shows the server staff members list!", "DESCRIPTION": "Shows the server staff members list!",
"USAGE": "{{prefix}}staff", "USAGE": "{{prefix}}staff",
"EXAMPLES": "{{prefix}}staff", "EXAMPLES": "{{prefix}}staff",
"TITLE": "{{guild}} staff", "TITLE": "{{guild}} staff",
"ADMINS": "Administrators", "ADMINS": "Administrators",
"NO_ADMINS": "No administrators", "NO_ADMINS": "No administrators",
"MODS": "Moderators", "MODS": "Moderators",
"NO_MODS": "No moderators" "NO_MODS": "No moderators"
} }

View file

@ -1,17 +1,17 @@
{ {
"DESCRIPTION": "Shows the bot stats!", "DESCRIPTION": "Shows the bot stats!",
"USAGE": "{{prefix}}stats", "USAGE": "{{prefix}}stats",
"EXAMPLES": "{{prefix}}stats", "EXAMPLES": "{{prefix}}stats",
"COUNTS_TITLE": "• __Statistics__", "COUNTS_TITLE": "• __Statistics__",
"COUNTS_CONTENT": "`Servers: {{servers}}`\n`Users: {{users}}`", "COUNTS_CONTENT": "`Servers: {{servers}}`\n`Users: {{users}}`",
"VERSIONS_TITLE": "• __Using__", "VERSIONS_TITLE": "• __Using__",
"RAM_TITLE": "• __RAM__", "RAM_TITLE": "• __RAM__",
"ONLINE_TITLE": "• __Online__", "ONLINE_TITLE": "• __Online__",
"ONLINE_CONTENT": "Online for {{time}}", "ONLINE_CONTENT": "Online for {{time}}",
"MUSIC_TITLE": "• __Music__", "MUSIC_TITLE": "• __Music__",
"MUSIC_CONTENT": "Playing music on `{{count}}` servers", "MUSIC_CONTENT": "Playing music on `{{count}}` servers",
"CREDITS_TITLE": ":heart: • __Acknowledgements & credits__", "CREDITS_TITLE": ":heart: • __Acknowledgements & credits__",
"CREDITS_CONTENT": "Thanks to [Icons8](https://icons8.com/) for almost all the emojis!\n__**Donators**__:\n{{donators}}\n__**Translators**__:\n{{translators}}", "CREDITS_CONTENT": "Thanks to [Icons8](https://icons8.com/) for almost all the emojis!\n__**Donators**__:\n{{donators}}\n__**Translators**__:\n{{translators}}",
"LINKS_TITLE": "• __Links__", "LINKS_TITLE": "• __Links__",
"MADE": "Atlanta is an open source bot developed by @Jonny_Bro#4226!" "MADE": "JaBa is an bot developed by @Jonny_Bro#4226!"
} }

View file

@ -1,9 +1,9 @@
{ {
"DESCRIPTION": "Send your suggestion to the defined channel!", "DESCRIPTION": "Send your suggestion to the defined channel!",
"USAGE": "{{prefix}}suggest [message]", "USAGE": "{{prefix}}suggest [message]",
"EXAMPLES": "{{prefix}}suggest New channel #offtopic please", "EXAMPLES": "{{prefix}}suggest New channel #offtopic please",
"MISSING_CHANNEL": "No suggestion channel defined!", "MISSING_CHANNEL": "No suggestion channel defined!",
"MISSING_CONTENT": "Please enter a suggestion!", "MISSING_CONTENT": "Please enter a suggestion!",
"TITLE": "Suggestion - {{user}}", "TITLE": "Suggestion - {{user}}",
"SUCCESS": "Your suggestion is being voted in {{channel}}!" "SUCCESS": "Your suggestion is being voted in {{channel}}!"
} }

View file

@ -1,9 +1,9 @@
{ {
"DESCRIPTION": "Translate your text!", "DESCRIPTION": "Translate your text!",
"USAGE": "{{prefix}}translate [language] [message]", "USAGE": "{{prefix}}translate [language] [message]",
"EXAMPLES": "{{prefix}}translate fr How are you ?", "EXAMPLES": "{{prefix}}translate fr How are you ?",
"LIST_SENT": "The languages list has just been sent to you by private messages!", "LIST_SENT": "The languages list has just been sent to you by private messages!",
"MISSING_LANGUAGE": "Please enter a language! To display the languages list, type `{{prefix}}translate langs-list`!", "MISSING_LANGUAGE": "Please enter a language! To display the languages list, type `{{prefix}}translate langs-list`!",
"INVALID_LANGUAGE": "The language `{{search}}` does not exist! To display the languages list, type `{{prefix}}translate langs-list`!", "INVALID_LANGUAGE": "The language `{{search}}` does not exist! To display the languages list, type `{{prefix}}translate langs-list`!",
"MISSING_CONTENT": "Please enter a text to be translated!" "MISSING_CONTENT": "Please enter a text to be translated!"
} }

View file

@ -1,11 +1,11 @@
{ {
"DESCRIPTION": "Shows user information!", "DESCRIPTION": "Shows user information!",
"USAGE": "{{prefix}}userinfo (@user/userID)", "USAGE": "{{prefix}}userinfo (@user/userID)",
"EXAMPLES": "{{prefix}}userinfo\n{{prefix}}userinfo @Jonny_Bro#4226\n{{prefix}}userinfo 281361531411890186", "EXAMPLES": "{{prefix}}userinfo\n{{prefix}}userinfo @Jonny_Bro#4226\n{{prefix}}userinfo 281361531411890186",
"INVALID_USER": "No user on Discord has the `{{search}}` ID!", "INVALID_USER": "No user on Discord has the `{{search}}` ID!",
"NO_GAME": "Not playing", "NO_GAME": "Not playing",
"NO_ROLE": "No role", "NO_ROLE": "No role",
"NO_NICKNAME": "No nickname", "NO_NICKNAME": "No nickname",
"MORE_ROLES": "and {{count}} others roles", "MORE_ROLES": "and {{count}} others roles",
"BOT_STATS": "**{{votes}}** votes ([top.gg](https://top.gg))\n**{{servers}}** servers\n**{{shards}}** shards\nUsing **{{lib}}**" "BOT_STATS": "**{{votes}}** votes ([top.gg](https://top.gg))\n**{{servers}}** servers\n**{{shards}}** shards\nUsing **{{lib}}**"
} }

View file

@ -1,5 +1,5 @@
{ {
"DESCRIPTION": "Generates a \"approved\" image", "DESCRIPTION": "Generates a \"approved\" image",
"USAGE": "{{prefix}}approved (@member)", "USAGE": "{{prefix}}approved (@member)",
"EXAMPLES": "{{prefix}}approved\n{{prefix}}approved @Jonny_Bro#4226" "EXAMPLES": "{{prefix}}approved\n{{prefix}}approved @Jonny_Bro#4226"
} }

View file

@ -1,5 +1,5 @@
{ {
"DESCRIPTION": "Shows the avatar of the mentionned member", "DESCRIPTION": "Shows the avatar of the mentionned member",
"USAGE": "{{prefix}}avatar (@member)", "USAGE": "{{prefix}}avatar (@member)",
"EXAMPLES": "{{prefix}}avatar\n{{prefix}}avatar @Jonny_Bro#4226" "EXAMPLES": "{{prefix}}avatar\n{{prefix}}avatar @Jonny_Bro#4226"
} }

View file

@ -1,5 +1,5 @@
{ {
"DESCRIPTION": "Generates a \"batslap\" image", "DESCRIPTION": "Generates a \"batslap\" image",
"USAGE": "{{prefix}}batslap (@member1) (@member2)", "USAGE": "{{prefix}}batslap (@member1) (@member2)",
"EXAMPLES": "{{prefix}}batslap\n{{prefix}}batslap @Jonny_Bro#4226 @Jonny_Bro#4226" "EXAMPLES": "{{prefix}}batslap\n{{prefix}}batslap @Jonny_Bro#4226 @Jonny_Bro#4226"
} }

View file

@ -1,5 +1,5 @@
{ {
"DESCRIPTION": "Generates a \"beautiful\" image", "DESCRIPTION": "Generates a \"beautiful\" image",
"USAGE": "{{prefix}}beautiful (@member)", "USAGE": "{{prefix}}beautiful (@member)",
"EXAMPLES": "{{prefix}}beautiful\n{{prefix}}beautiful @Jonny_Bro#4226" "EXAMPLES": "{{prefix}}beautiful\n{{prefix}}beautiful @Jonny_Bro#4226"
} }

View file

@ -1,5 +1,5 @@
{ {
"DESCRIPTION": "Generates a \"love\" image using the Nekobot API", "DESCRIPTION": "Generates a \"love\" image using the Nekobot API",
"USAGE": "{{prefix}}love [@member1] (@member2)", "USAGE": "{{prefix}}love [@member1] (@member2)",
"EXAMPLES": "{{prefix}}love @Jonny_Bro#4226\n{{prefix}}love @Jonny_Bro#4226 @Marty#0303" "EXAMPLES": "{{prefix}}love @Jonny_Bro#4226\n{{prefix}}love @Jonny_Bro#4226 @Marty#0303"
} }

View file

@ -1,5 +1,5 @@
{ {
"DESCRIPTION": "Generates a \"dictator\" image", "DESCRIPTION": "Generates a \"dictator\" image",
"USAGE": "{{prefix}}dictator (@member)", "USAGE": "{{prefix}}dictator (@member)",
"EXAMPLES": "{{prefix}}dictator\n{{prefix}}dictator @Jonny_Bro#4226" "EXAMPLES": "{{prefix}}dictator\n{{prefix}}dictator @Jonny_Bro#4226"
} }

View file

@ -1,5 +1,5 @@
{ {
"DESCRIPTION": "Generates a \"brazzers\" image", "DESCRIPTION": "Generates a \"brazzers\" image",
"USAGE": "{{prefix}}brazzers (@member)", "USAGE": "{{prefix}}brazzers (@member)",
"EXAMPLES": "{{prefix}}brazzers\n{{prefix}}brazzers @Jonny_Bro#4226" "EXAMPLES": "{{prefix}}brazzers\n{{prefix}}brazzers @Jonny_Bro#4226"
} }

View file

@ -1,5 +1,5 @@
{ {
"DESCRIPTION": "Generates a \"captcha\" image using the Nekobot API", "DESCRIPTION": "Generates a \"captcha\" image using the Nekobot API",
"USAGE": "{{prefix}}captcha (@member)", "USAGE": "{{prefix}}captcha (@member)",
"EXAMPLES": "{{prefix}}captcha\n{{prefix}}captcha @Jonny_Bro#4226" "EXAMPLES": "{{prefix}}captcha\n{{prefix}}captcha @Jonny_Bro#4226"
} }

View file

@ -1,5 +1,5 @@
{ {
"DESCRIPTION": "Generates a \"challenger\" image", "DESCRIPTION": "Generates a \"challenger\" image",
"USAGE": "{{prefix}}challenger (@member)", "USAGE": "{{prefix}}challenger (@member)",
"EXAMPLES": "{{prefix}}challenger\n{{prefix}}challenger @Jonny_Bro#4226" "EXAMPLES": "{{prefix}}challenger\n{{prefix}}challenger @Jonny_Bro#4226"
} }

View file

@ -1,6 +1,6 @@
{ {
"DESCRIPTION": "Generates a \"Clyde\" message image using the Nekobot API", "DESCRIPTION": "Generates a \"Clyde\" message image using the Nekobot API",
"USAGE": "{{prefix}}clyde [text]", "USAGE": "{{prefix}}clyde [text]",
"EXAMPLES": "{{prefix}}clyde Discord will close on December 11, 2002. Goodbye.", "EXAMPLES": "{{prefix}}clyde Discord will close on December 11, 2002. Goodbye.",
"MISSING_TEXT": "Please specify the message text!" "MISSING_TEXT": "Please specify the message text!"
} }

View file

@ -1,5 +1,5 @@
{ {
"DESCRIPTION": "Generates a \"burn\" image", "DESCRIPTION": "Generates a \"burn\" image",
"USAGE": "{{prefix}}burn (@member)", "USAGE": "{{prefix}}burn (@member)",
"EXAMPLES": "{{prefix}}burn\n{{prefix}}burn @Jonny_Bro#4226" "EXAMPLES": "{{prefix}}burn\n{{prefix}}burn @Jonny_Bro#4226"
} }

View file

@ -1,5 +1,5 @@
{ {
"DESCRIPTION": "Generates a \"facepalm\" image using canvas", "DESCRIPTION": "Generates a \"facepalm\" image using canvas",
"USAGE": "{{prefix}}facepalm (@member)", "USAGE": "{{prefix}}facepalm (@member)",
"EXAMPLES": "{{prefix}}facepalm\n{{prefix}}facepalm @Jonny_Bro#4226" "EXAMPLES": "{{prefix}}facepalm\n{{prefix}}facepalm @Jonny_Bro#4226"
} }

View file

@ -1,5 +1,5 @@
{ {
"DESCRIPTION": "Generates a \"fire\" image using Amethyste API", "DESCRIPTION": "Generates a \"fire\" image using Amethyste API",
"USAGE": "{{prefix}}fire (@member)", "USAGE": "{{prefix}}fire (@member)",
"EXAMPLES": "{{prefix}}fire\n{{prefix}}fire @Jonny_Bro#4226" "EXAMPLES": "{{prefix}}fire\n{{prefix}}fire @Jonny_Bro#4226"
} }

View file

@ -1,5 +1,5 @@
{ {
"DESCRIPTION": "Generates a \"jail\" image using Amethyste API", "DESCRIPTION": "Generates a \"jail\" image using Amethyste API",
"USAGE": "{{prefix}}jail (@member)", "USAGE": "{{prefix}}jail (@member)",
"EXAMPLES": "{{prefix}}jail\n{{prefix}}jail @Jonny_Bro#4226" "EXAMPLES": "{{prefix}}jail\n{{prefix}}jail @Jonny_Bro#4226"
} }

View file

@ -1,5 +1,5 @@
{ {
"DESCRIPTION": "Generates a \"bed\" image", "DESCRIPTION": "Generates a \"bed\" image",
"USAGE": "{{prefix}}bed [@member1] (@member2)", "USAGE": "{{prefix}}bed [@member1] (@member2)",
"EXAMPLES": "{{prefix}}bed @Jonny_Bro#4226\n{{prefix}}bed @Jonny_Bro#4226 @Marty#0303" "EXAMPLES": "{{prefix}}bed @Jonny_Bro#4226\n{{prefix}}bed @Jonny_Bro#4226 @Marty#0303"
} }

View file

@ -1,5 +1,5 @@
{ {
"DESCRIPTION": "Generates a \"mission\" image using Amethyste API", "DESCRIPTION": "Generates a \"mission\" image using Amethyste API",
"USAGE": "{{prefix}}mission (@member)", "USAGE": "{{prefix}}mission (@member)",
"EXAMPLES": "{{prefix}}mission\n{{prefix}}mission @Jonny_Bro#4226" "EXAMPLES": "{{prefix}}mission\n{{prefix}}mission @Jonny_Bro#4226"
} }

View file

@ -1,6 +1,6 @@
{ {
"DESCRIPTION": "Generates a \"phcomment\" image", "DESCRIPTION": "Generates a \"phcomment\" image",
"USAGE": "{{prefix}}phcomment (@member) [text]", "USAGE": "{{prefix}}phcomment (@member) [text]",
"EXAMPLES": "{{prefix}}phcomment Hi!\n{{prefix}}phcomment @Jonny_Bro#4226 Hi!", "EXAMPLES": "{{prefix}}phcomment Hi!\n{{prefix}}phcomment @Jonny_Bro#4226 Hi!",
"MISSING_TEXT": "Please specify the comment text!" "MISSING_TEXT": "Please specify the comment text!"
} }

Some files were not shown because too many files have changed in this diff Show more