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("M", 12);
// Creates Atlanta class
class Atlanta extends Client {
// Creates JaBa class
class JaBa extends Client {
constructor (options) {
super(options);
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(message.translate("general/stats:CREDITS_TITLE"), message.translate("general/stats:CREDITS_CONTENT", {
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", {

View file

@ -8,7 +8,7 @@ module.exports = class {
async run (guild) {
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) {
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();
};
};

View file

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

View file

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

View file

@ -1,10 +1,10 @@
{
"DESCRIPTION": "Add an emoji to the server!",
"USAGE": "{{prefix}}addemoji [image-url] [name]",
"EXAMPLES": "{{prefix}}addemoji https://via.placeholder.com/150 test-emoji",
"MISSING_URL": "Please provide an image URL!",
"MISSING_NAME": "Please provide an emoji name!",
"INVALID_NAME": "The length of the emoji name must be between 2 and 32!",
"SUCCESS": ":{{emojiName}}: added!",
"ERROR": "{{emojiName}} couldn't be added. Check if your server still has space for new emojis!"
"DESCRIPTION": "Add an emoji to the server!",
"USAGE": "{{prefix}}addemoji [image-url] [name]",
"EXAMPLES": "{{prefix}}addemoji https://via.placeholder.com/150 test-emoji",
"MISSING_URL": "Please provide an image URL!",
"MISSING_NAME": "Please provide an emoji name!",
"INVALID_NAME": "The length of the emoji name must be between 2 and 32!",
"SUCCESS": ":{{emojiName}}: added!",
"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",
"USAGE": "{{prefix}}automod [on/off] (#channel)",
"EXAMPLES": "{{prefix}}automod on\n{{prefix}}automod off #general\n{{prefix}}automod 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!*",
"DISABLED_CHANNEL": "Auto-moderation will no longer be performed in {{channel}}!",
"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!"
"DESCRIPTION": "Toggle Discord invites automatic deletion",
"USAGE": "{{prefix}}automod [on/off] (#channel)",
"EXAMPLES": "{{prefix}}automod on\n{{prefix}}automod off #general\n{{prefix}}automod 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!*",
"DISABLED_CHANNEL": "Auto-moderation will no longer be performed in {{channel}}!",
"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!"
}

View file

@ -1,10 +1,10 @@
{
"DESCRIPTION": "Toggle autorole on the server!",
"USAGE": "{{prefix}}autorole [on/off] (role)",
"EXAMPLES": "{{prefix}}autorole on @Members\n{{prefix}}autorole off",
"MISSING_STATUS": "Please specify a valid value between `on` and `off`",
"MISSING_ROLE": "Please specify a valid 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!*",
"SUCCESS_DISABLED": "**Autorole disabled!**\n\n:arrow_right_hook: *Send `{{prefix}}configuration` to see the updated configuration!*"
"DESCRIPTION": "Toggle autorole on the server!",
"USAGE": "{{prefix}}autorole [on/off] (role)",
"EXAMPLES": "{{prefix}}autorole on @Members\n{{prefix}}autorole off",
"MISSING_STATUS": "Please specify a valid value between `on` and `off`",
"MISSING_ROLE": "Please specify a valid 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!*",
"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!",
"USAGE": "{{prefix}}backup [create/load/infos]",
"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_BACKUP_ID": "Please enter a backup ID!",
"NO_BACKUP_FOUND": "No backup found for `{{backupID}}`",
"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_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!*",
"START_LOADING": "Backup loading started!",
"LOAD_SUCCESS": "Backup successfully loaded!",
"TITLE_INFOS": "Backup Information",
"TITLE_ID": "ID",
"TITLE_SERVER_ID": "Server ID",
"TITLE_SIZE": "Size",
"TITLE_CREATED_AT": "Created At"
"DESCRIPTION": "Manage your server backups in an efficient way!",
"USAGE": "{{prefix}}backup [create/load/infos]",
"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_BACKUP_ID": "Please enter a backup ID!",
"NO_BACKUP_FOUND": "No backup found for `{{backupID}}`",
"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_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!*",
"START_LOADING": "Backup loading started!",
"LOAD_SUCCESS": "Backup successfully loaded!",
"TITLE_INFO": "Backup Information",
"TITLE_ID": "ID",
"TITLE_SERVER_ID": "Server ID",
"TITLE_SIZE": "Size",
"TITLE_CREATED_AT": "Created At"
}

View file

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

View file

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

View file

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

View file

@ -1,16 +1,17 @@
{
"DESCRIPTION": "Toggle goodbye messages!",
"USAGE": "{{prefix}}goodbye",
"EXAMPLES": "{{prefix}}goodbye",
"DEFAULT_MESSAGE": "Goodbye {user}! We're now {membercount} without you... :'(",
"TEST_SUCCESS": "Test executed!",
"FORM_1": "**In which channel will goodbye messages be sent?**\n\n:arrow_right_hook: *Answer by mentioning a channel!*",
"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_3": "**Do you want a great goodbye 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}}goodbye test` to preview your custom goodbye message!*",
"MAX_CHARACT": "Your message must not exceed 1800 characters!",
"DISABLED": "**Goodbye messages have just been disabled!**\n\n:arrow_right_hook: *Answer by sending `{{prefix}}configuration` to see the updated server configuration!*",
"IMG_GOODBYE": "Leaving from {{server}}!",
"IMG_NB": "- {{memberCount}}th member!",
"TITLE": "GOODBYE"
"DESCRIPTION": "Toggle goodbye messages!",
"USAGE": "{{prefix}}goodbye",
"EXAMPLES": "{{prefix}}goodbye",
"MISSING_STATUS": "You must specify an action between `edit` and `off`",
"DEFAULT_MESSAGE": "Goodbye {user}! We're now {membercount} without you... :'(",
"TEST_SUCCESS": "Test executed!",
"FORM_1": "**In which channel will goodbye messages be sent?**\n\n:arrow_right_hook: *Answer by mentioning a channel!*",
"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_3": "**Do you want a great goodbye 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}}goodbye test` to preview your custom goodbye message!*",
"MAX_CHARACT": "Your message must not exceed 1800 characters!",
"DISABLED": "**Goodbye messages have just been disabled!**\n\n:arrow_right_hook: *Answer by sending `{{prefix}}configuration` to see the updated server configuration!*",
"IMG_GOODBYE": "Leaving from {{server}}!",
"IMG_NB": "- {{memberCount}}th member!",
"TITLE": "GOODBYE"
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,8 +1,8 @@
{
"DESCRIPTION": "Set a channel cooldown",
"USAGE": "{{prefix}}slowmode [#channel] (time)",
"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!*",
"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!"
"DESCRIPTION": "Set a channel cooldown",
"USAGE": "{{prefix}}slowmode [#channel] (time)",
"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!*",
"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!"
}

View file

@ -1,16 +1,17 @@
{
"DESCRIPTION": "Toggle welcome messages!",
"USAGE": "{{prefix}}welcome",
"EXAMPLES": "{{prefix}}welcome",
"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}.",
"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_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_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!*",
"IMG_WELCOME": "Welcome in {{server}}!",
"IMG_NB": "- {{memberCount}}th member!",
"TITLE": "WELCOME"
"DESCRIPTION": "Toggle welcome messages!",
"USAGE": "{{prefix}}welcome",
"EXAMPLES": "{{prefix}}welcome",
"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}.",
"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_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_SUCCESS": "**Alright, done!**\n\n:arrow_right_hook: *Answer by sending `{{prefix}}welcome test` to preview your custom welcome message!*",
"MAX_CHARACT": "Your message must be under 1800 symbols!",
"DISABLED": "**Goodbye messages have just been disabled!**\n\n:arrow_right_hook: *Answer by sending `{{prefix}}configuration` to see the updated server configuration!*",
"IMG_WELCOME": "Welcome in {{server}}!",
"IMG_NB": "- {{memberCount}}th member!",
"TITLE": "WELCOME"
}

View file

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

View file

@ -1,25 +1,25 @@
{
"FIRST_LOGIN": "{{user}} logged on to the dashboard for the first time! :tada:",
"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.",
"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.",
"SEARCH": "Search for servers...",
"SERVERS_LIST": "Servers list",
"SERVERS_MANAGEMENT": "Servers management",
"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.",
"BASIC_CONF": "📝 Basic configuration",
"WELCOME_CONF": "👋 Welcome messages",
"GOODBYE_CONF": "😢 Goodbye messages",
"WELCOME_IMG": "👋 Welcome image",
"GOODBYE_IMG": "😢 Goodbye image",
"CHANNELS_CONF": "🌀 Special channels",
"AUTOROLE_CONF": "🎖️ Autorole",
"DISABLE_MESSAGES": "Disable messages",
"ENABLE_MESSAGES": "Enable messages",
"DISABLE_AUTOROLE": "Disable autorole",
"ENABLE_AUTOROLE": "Enable autorole",
"SELECTOR": "Selector",
"MANAGE": "Manage"
"FIRST_LOGIN": "{{user}} logged on to the dashboard for the first time! :tada:",
"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.",
"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.",
"SEARCH": "Search for servers...",
"SERVERS_LIST": "Servers list",
"SERVERS_MANAGEMENT": "Servers management",
"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.",
"BASIC_CONF": "📝 Basic configuration",
"WELCOME_CONF": "👋 Welcome messages",
"GOODBYE_CONF": "😢 Goodbye messages",
"WELCOME_IMG": "👋 Welcome image",
"GOODBYE_IMG": "😢 Goodbye image",
"CHANNELS_CONF": "🌀 Special channels",
"AUTOROLE_CONF": "🎖️ Autorole",
"DISABLE_MESSAGES": "Disable messages",
"ENABLE_MESSAGES": "Enable messages",
"DISABLE_AUTOROLE": "Disable autorole",
"ENABLE_AUTOROLE": "Enable autorole",
"SELECTOR": "Selector",
"MANAGE": "Manage"
}

View file

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

View file

@ -1,11 +1,11 @@
{
"DESCRIPTION": "Set the birthday date that appear on your profile",
"USAGE": "{{prefix}}birthdate (date)",
"EXAMPLES": "{{prefix}}birthdate 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_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_LOW": "Humm, nop! You must be born!",
"SUCCESS": "Your birthday has been set on {{date}}!"
"DESCRIPTION": "Set the birthday date that appear on your profile",
"USAGE": "{{prefix}}birthdate (date)",
"EXAMPLES": "{{prefix}}birthdate 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_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_LOW": "Humm, nop! You must be born!",
"SUCCESS": "Your birthday has been set on {{date}}!"
}

View file

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

View file

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

View file

@ -1,7 +1,7 @@
{
"DESCRIPTION": "Shows users who have the most credits, levels or reputation points!",
"USAGE": "{{prefix}}leaderboard [rep/levels/credits]",
"EXAMPLES": "{{prefix}}leaderboard credits\n{{prefix}}leaderboard levels",
"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!"
"DESCRIPTION": "Shows users who have the most credits, levels or reputation points!",
"USAGE": "{{prefix}}leaderboard [rep/levels/credits]",
"EXAMPLES": "{{prefix}}leaderboard credits\n{{prefix}}leaderboard levels",
"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!"
}

View file

@ -1,18 +1,18 @@
{
"DESCRIPTION": "Marry someone you love!",
"USAGE": "{{prefix}}marry [@member]",
"EXAMPLES": "{{prefix}}marry @Jonny_Bro#4226",
"INVALID_MEMBER": "You must mention a valid member!",
"ALREADY_MARRIED": "You are already married! First use `{{prefix}}divorce` to divorce.",
"ALREADY_MARRIED_USER": "The place is taken, companion! **{{username}}** is already married!",
"YOURSELF": "You can't marry yourself!",
"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_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!",
"TIMEOUT": "{{username}} did not answer... Wait until he/she is logged in and try again!",
"SUCCESS": "🎉 Congratulations! **{{creator}}** and **{{partner}}** you are now married!",
"DENIED": "{{creator}}, I have some bad news... {{partner}} refused your proposal.",
"REQUEST": "{{to}}, do you agree to marry {{from}}? Answer with \"yes\" or \"no\"!",
"BOT_USER": "It refused your proposal!"
"DESCRIPTION": "Marry someone you love!",
"USAGE": "{{prefix}}marry [@member]",
"EXAMPLES": "{{prefix}}marry @Jonny_Bro#4226",
"INVALID_MEMBER": "You must mention a valid member!",
"ALREADY_MARRIED": "You are already married! First use `{{prefix}}divorce` to divorce.",
"ALREADY_MARRIED_USER": "The place is taken, companion! **{{username}}** is already married!",
"YOURSELF": "You can't marry yourself!",
"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_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!",
"TIMEOUT": "{{username}} did not answer... Wait until he/she is logged in and try again!",
"SUCCESS": "🎉 Congratulations! **{{creator}}** and **{{partner}}** you are now married!",
"DENIED": "{{creator}}, I have some bad news... {{partner}} refused your proposal.",
"REQUEST": "{{to}}, do you agree to marry {{from}}? Answer with \"yes\" or \"no\"!",
"BOT_USER": "It refused your proposal!"
}

View file

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

View file

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

View file

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

View file

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

View file

@ -1,15 +1,15 @@
{
"DESCRIPTION": "Try to rob a member!",
"USAGE": "{{prefix}}rob [@member] [amount]",
"EXAMPLES": "{{prefix}}rob @Jonny_Bro#4226 100",
"YOURSELF": "You can't rob yourself!",
"MISSING_MEMBER": "You must specify a valid member to rob!",
"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_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!",
"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_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}}**."
"DESCRIPTION": "Try to rob a member!",
"USAGE": "{{prefix}}rob [@member] [amount]",
"EXAMPLES": "{{prefix}}rob @Jonny_Bro#4226 100",
"YOURSELF": "You can't rob yourself!",
"MISSING_MEMBER": "You must specify a valid member to rob!",
"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_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!",
"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_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}}**."
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"DESCRIPTION": "Turn your text into ascii characters!",
"USAGE": "{{prefix}}ascii [text]",
"EXAMPLES": "{{prefix}}ascii Hello world!",
"TEXT_MISSING": "Please enter a valid text (less than 20 characters)!"
"DESCRIPTION": "Turn your text into ascii characters!",
"USAGE": "{{prefix}}ascii [text]",
"EXAMPLES": "{{prefix}}ascii Hello world!",
"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!",
"USAGE": "{{prefix}}choice [choice1/choice2/etc...]",
"EXAMPLES": "{{prefix}}choice Fire/Wind/Water",
"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!",
"PROGRESS": "Choice being made...",
"DONE": "Here's my choice:"
"DESCRIPTION": "Helps you choose between the given choices!",
"USAGE": "{{prefix}}choice [choice1/choice2/etc...]",
"EXAMPLES": "{{prefix}}choice Fire/Wind/Water",
"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!",
"PROGRESS": "Choice being made...",
"DONE": "Here's my choice:"
}

View file

@ -1,13 +1,13 @@
{
"DESCRIPTION": "Start a Findwords party, a game where you have to find words!",
"USAGE": "{{prefix}}findwords",
"EXAMPLES": "{{prefix}}findwords",
"INVALID_WORD": "{{member}} | Your word is not valid!",
"GAME_STARTING": ":timer: | The game starts in 10 seconds!",
"FIND_WORD": "20 seconds to find a word containing \"__**{{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}}",
"CREDITS": "{{winner}} wins 15 credits! 🎉",
"NO_WINNER_ALL": "No words founds, no one wins!",
"NO_WINNER": "No words founds, no one wins!"
"DESCRIPTION": "Start a Findwords party, a game where you have to find words!",
"USAGE": "{{prefix}}findwords",
"EXAMPLES": "{{prefix}}findwords",
"INVALID_WORD": "{{member}} | Your word is not valid!",
"GAME_STARTING": ":timer: | The game starts in 10 seconds!",
"FIND_WORD": "20 seconds to find a word containing \"__**{{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}}",
"CREDITS": "{{winner}} wins 15 credits! 🎉",
"NO_WINNER_ALL": "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!",
"USAGE": "{{prefix}}flip",
"EXAMPLES": "{{prefix}}flip",
"HEADS": "🎲 | Heads!",
"TAILS": "🎲 | Tails!"
"DESCRIPTION": "I roll the dice for you!",
"USAGE": "{{prefix}}flip",
"EXAMPLES": "{{prefix}}flip",
"HEADS": "🎲 | Heads!",
"TAILS": "🎲 | Tails!"
}

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"DESCRIPTION": "Generate a LMGTFY link with your search",
"USAGE": "{{prefix}}lmg [search]",
"EXAMPLES": "{{prefix}}lmg How to create a Discord bot?",
"MISSING": "You must specify a search!"
"DESCRIPTION": "Generate a LMGTFY link with your search",
"USAGE": "{{prefix}}lmg [search]",
"EXAMPLES": "{{prefix}}lmg How to create a Discord bot?",
"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*",
"USAGE": "{{prefix}}lovecalc [@member1] (@member2)",
"EXAMPLES": "{{prefix}}lovecalc @Jonny_Bro#4226\n{{prefix}}lovecalc @Jonny_Bro#4226 @Atlanta#6770",
"MISSING": "You must mention two members!",
"CONTENT": "There's **{{percent}}%** of love between **{{firstUsername}}** and **{{secondUsername}}**!\n**Congrats!**"
"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)",
"EXAMPLES": "{{prefix}}lovecalc @Jonny_Bro#4226\n{{prefix}}lovecalc @Jonny_Bro#4226 @JaBa#9042",
"MISSING": "You must mention two members!",
"CONTENT": "There's **{{percent}}%** of love between **{{firstUsername}}** and **{{secondUsername}}**!\n**Congrats!**"
}

View file

@ -1,12 +1,12 @@
{
"DESCRIPTION": "Find the right number!",
"USAGE": "{{prefix}}number",
"EXAMPLES": "{{prefix}}number",
"GAME_START": "Number chosen, you can start!",
"BIG": "{{user}} | My number is **bigger** than `{{number}}`!",
"SMALL": "{{user}} | My number is **smaller** than `{{number}}`!",
"WON": "{{winner}} has won 10 credits!",
"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_RUNNING": "A game is already running on this server!"
"DESCRIPTION": "Find the right number!",
"USAGE": "{{prefix}}number",
"EXAMPLES": "{{prefix}}number",
"GAME_START": "Number chosen, you can start!",
"BIG": "{{user}} | My number is **bigger** than `{{number}}`!",
"SMALL": "{{user}} | My number is **smaller** than `{{number}}`!",
"WON": "{{winner}} has won 10 credits!",
"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_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!",
"USAGE": "{{prefix}}calc [calculation]",
"EXAMPLES": "{{prefix}}10*5+sin(3)\n{{prefix}}calc 10cm to m",
"MISSING_CALC": "Please enter a calculation!",
"INVALID_CALC": "Please enter a **valid** calculation!",
"TITLE": "Calculator",
"CALCULATION": "Calculation",
"RESULT": "Result"
"DESCRIPTION": "Calculator able to solve complex operations and to convert units!",
"USAGE": "{{prefix}}calc [calculation]",
"EXAMPLES": "{{prefix}}10*5+sin(3)\n{{prefix}}calc 10cm to m",
"MISSING_CALC": "Please enter a calculation!",
"INVALID_CALC": "Please enter a **valid** calculation!",
"TITLE": "Calculator",
"CALCULATION": "Calculation",
"RESULT": "Result"
}

View file

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

View file

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

View file

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

View file

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

View file

@ -1,18 +1,18 @@
{
"DESCRIPTION": "Show commands list or specific command help.",
"USAGE": "{{prefix}}help (command)",
"EXAMPLES": "{{prefix}}help\n{{prefix}}help ping",
"CUSTOM": "A custom command doesn't have help page.",
"NOT_FOUND": "`{{search}}` is not a valid command",
"FIELD_USAGE": "Usage",
"FIELD_DESCRIPTION": "Description",
"FIELD_ALIASES": "Alias",
"FIELD_EXAMPLES": "Examples",
"FIELD_PERMISSIONS": "Permissions",
"NO_ALIAS": "No alias",
"CMD_TITLE": "{{prefix}}{{cmd}} help",
"INFO": "● To get help on a specific command type `{{prefix}}help <command>`!",
"CUSTOM_COMMANDS": "Custom commands",
"TITLE": "{{name}} | Commands",
"NO_REQUIRED_PERMISSION": "No specific permission is required to execute this command."
"DESCRIPTION": "Show commands list or specific command help.",
"USAGE": "{{prefix}}help (command)",
"EXAMPLES": "{{prefix}}help\n{{prefix}}help ping",
"CUSTOM": "A custom command doesn't have help page.",
"NOT_FOUND": "`{{search}}` is not a valid command",
"FIELD_USAGE": "Usage",
"FIELD_DESCRIPTION": "Description",
"FIELD_ALIASES": "Alias",
"FIELD_EXAMPLES": "Examples",
"FIELD_PERMISSIONS": "Permissions",
"NO_ALIAS": "No alias",
"CMD_TITLE": "{{prefix}}{{cmd}} help",
"INFO": "● To get help on a specific command type `{{prefix}}help <command>`!",
"CUSTOM_COMMANDS": "Custom commands",
"TITLE": "{{name}} | Commands",
"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!",
"USAGE": "{{prefix}}invitations (@member)",
"EXAMPLES": "{{prefix}}invitations\n{{prefix}}invitations @Jonny_Bro#4226",
"NOBODY_AUTHOR": "You didn't invite anyone to the server!",
"NOBODY_MEMBER": "{{member}} didn't invite anyone to the server!",
"CODE": "**{{code}}** ({{uses}} uses) | {{channel}}",
"TITLE": "Information about the invitations of {{member}} on {{guild}}",
"FIELD_INVITED": "👥 Invited Members",
"FIELD_CODES": "🔑 Codes",
"FIELD_MEMBERS": "{{total}} members",
"TRACKER": "Invites Tracker"
"DESCRIPTION": "Shows the number of people you have invited to the server!",
"USAGE": "{{prefix}}invitations (@member)",
"EXAMPLES": "{{prefix}}invitations\n{{prefix}}invitations @Jonny_Bro#4226",
"NOBODY_AUTHOR": "You didn't invite anyone to the server!",
"NOBODY_MEMBER": "{{member}} didn't invite anyone to the server!",
"CODE": "**{{code}}** ({{uses}} uses) | {{channel}}",
"TITLE": "Information about the invitations of {{member}} on {{guild}}",
"FIELD_INVITED": "👥 Invited Members",
"FIELD_CODES": "🔑 Codes",
"FIELD_MEMBERS": "{{total}} members",
"TRACKER": "Invites Tracker"
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,17 +1,17 @@
{
"DESCRIPTION": "Shows the bot stats!",
"USAGE": "{{prefix}}stats",
"EXAMPLES": "{{prefix}}stats",
"COUNTS_TITLE": "• __Statistics__",
"COUNTS_CONTENT": "`Servers: {{servers}}`\n`Users: {{users}}`",
"VERSIONS_TITLE": "• __Using__",
"RAM_TITLE": "• __RAM__",
"ONLINE_TITLE": "• __Online__",
"ONLINE_CONTENT": "Online for {{time}}",
"MUSIC_TITLE": "• __Music__",
"MUSIC_CONTENT": "Playing music on `{{count}}` servers",
"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}}",
"LINKS_TITLE": "• __Links__",
"MADE": "Atlanta is an open source bot developed by @Jonny_Bro#4226!"
"DESCRIPTION": "Shows the bot stats!",
"USAGE": "{{prefix}}stats",
"EXAMPLES": "{{prefix}}stats",
"COUNTS_TITLE": "• __Statistics__",
"COUNTS_CONTENT": "`Servers: {{servers}}`\n`Users: {{users}}`",
"VERSIONS_TITLE": "• __Using__",
"RAM_TITLE": "• __RAM__",
"ONLINE_TITLE": "• __Online__",
"ONLINE_CONTENT": "Online for {{time}}",
"MUSIC_TITLE": "• __Music__",
"MUSIC_CONTENT": "Playing music on `{{count}}` servers",
"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}}",
"LINKS_TITLE": "• __Links__",
"MADE": "JaBa is an bot developed by @Jonny_Bro#4226!"
}

View file

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

View file

@ -1,9 +1,9 @@
{
"DESCRIPTION": "Translate your text!",
"USAGE": "{{prefix}}translate [language] [message]",
"EXAMPLES": "{{prefix}}translate fr How are you ?",
"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`!",
"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!"
"DESCRIPTION": "Translate your text!",
"USAGE": "{{prefix}}translate [language] [message]",
"EXAMPLES": "{{prefix}}translate fr How are you ?",
"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`!",
"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!"
}

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,5 @@
{
"DESCRIPTION": "Generates a \"love\" image using the Nekobot API",
"USAGE": "{{prefix}}love [@member1] (@member2)",
"EXAMPLES": "{{prefix}}love @Jonny_Bro#4226\n{{prefix}}love @Jonny_Bro#4226 @Marty#0303"
"DESCRIPTION": "Generates a \"love\" image using the Nekobot API",
"USAGE": "{{prefix}}love [@member1] (@member2)",
"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",
"USAGE": "{{prefix}}dictator (@member)",
"EXAMPLES": "{{prefix}}dictator\n{{prefix}}dictator @Jonny_Bro#4226"
"DESCRIPTION": "Generates a \"dictator\" image",
"USAGE": "{{prefix}}dictator (@member)",
"EXAMPLES": "{{prefix}}dictator\n{{prefix}}dictator @Jonny_Bro#4226"
}

View file

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

View file

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

View file

@ -1,5 +1,5 @@
{
"DESCRIPTION": "Generates a \"challenger\" image",
"USAGE": "{{prefix}}challenger (@member)",
"EXAMPLES": "{{prefix}}challenger\n{{prefix}}challenger @Jonny_Bro#4226"
"DESCRIPTION": "Generates a \"challenger\" image",
"USAGE": "{{prefix}}challenger (@member)",
"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",
"USAGE": "{{prefix}}clyde [text]",
"EXAMPLES": "{{prefix}}clyde Discord will close on December 11, 2002. Goodbye.",
"MISSING_TEXT": "Please specify the message text!"
"DESCRIPTION": "Generates a \"Clyde\" message image using the Nekobot API",
"USAGE": "{{prefix}}clyde [text]",
"EXAMPLES": "{{prefix}}clyde Discord will close on December 11, 2002. Goodbye.",
"MISSING_TEXT": "Please specify the message text!"
}

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,5 @@
{
"DESCRIPTION": "Generates a \"bed\" image",
"USAGE": "{{prefix}}bed [@member1] (@member2)",
"EXAMPLES": "{{prefix}}bed @Jonny_Bro#4226\n{{prefix}}bed @Jonny_Bro#4226 @Marty#0303"
"DESCRIPTION": "Generates a \"bed\" image",
"USAGE": "{{prefix}}bed [@member1] (@member2)",
"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",
"USAGE": "{{prefix}}mission (@member)",
"EXAMPLES": "{{prefix}}mission\n{{prefix}}mission @Jonny_Bro#4226"
"DESCRIPTION": "Generates a \"mission\" image using Amethyste API",
"USAGE": "{{prefix}}mission (@member)",
"EXAMPLES": "{{prefix}}mission\n{{prefix}}mission @Jonny_Bro#4226"
}

View file

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

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