NadekoBot Patronage system, Search commands improvements + fixes

This commit is contained in:
Kwoth
2022-06-14 07:24:33 +00:00
parent 18b10b8c6f
commit 7b5145f116
165 changed files with 14920 additions and 1457 deletions

View File

@@ -193,7 +193,7 @@ iamnot:
args:
- "Gamer"
expradd:
desc: "Add a expression with a trigger and a response. Running this command in server requires the Administration permission. Running this command in DM is Bot Owner only and adds a new global expression. Guide here: <http://nadekobot.readthedocs.io/en/latest/custom-reactions/>"
desc: "Add an expression with a trigger and a response. Running this command in server requires the Administration permission. Running this command in DM is Bot Owner only and adds a new global expression. Guide here: <https://nadekobot.readthedocs.io/en/latest/custom-reactions/>"
args:
- "\"hello\" Hi there %user.mention%"
exprlist:
@@ -278,7 +278,7 @@ rolehoist:
desc: "Toggles whether this role is displayed in the sidebar or not. The role you specify has to be lower in the role hierarchy than your highest role."
args:
- "Guests"
- "\"Space Wizards\""
- "Space Wizards"
createrole:
desc: "Creates a role with a given name."
args:
@@ -380,7 +380,7 @@ setnick:
setavatar:
desc: "Sets a new avatar image for the NadekoBot. Parameter is a direct link to an image."
args:
- "http://i.imgur.com/xTG3a1I.jpg"
- "https://i.imgur.com/xTG3a1I.jpg"
setgame:
desc: "Sets the bots game status to either Playing, Listening, or Watching."
args:
@@ -578,7 +578,9 @@ serverblacklist:
- ""
- "2"
cmdcooldown:
desc: "Sets a cooldown per user for a command or a expression. Set it to 0 to remove the cooldown."
desc: "Sets a cooldown, in seconds, for a command or an expression which will be applied per user.
Set it to 0 to remove the cooldown.
Supports a special command `cleverbot:response` which can be used limit how often users can talk to cleverbot"
args:
- ".h 5"
- ".pat 30"
@@ -1040,11 +1042,11 @@ urbandict:
args:
- "Pineapple"
catfact:
desc: "Shows a random catfact from <http://catfacts-api.appspot.com/api/facts>"
desc: "Shows a random catfact from <https://catfacts-api.appspot.com/api/facts>"
args:
- ""
yomama:
desc: "Shows a random joke from <http://api.yomomma.info/>"
desc: "Shows a random joke from <https://api.yomomma.info/>"
args:
- ""
randjoke:
@@ -2209,3 +2211,11 @@ bankbalance:
desc: "Shows your current bank balance available for withdrawal."
args:
- ""
patron:
desc: "Check your patronage status and command usage quota. Bot owners can check targeted user's patronage status."
args:
- ""
patronmessage:
desc: "Sends a message to all patrons of the specified tier and higher. Supports embeds."
args:
- "x hello"

View File

@@ -248,7 +248,6 @@
"command_not_found": "I can't find that command. Please verify that the command exists before trying again.",
"desc": "Description",
"cant_dm": "I can't dm you. Make sure your DMs are open. Go to **options (cog button) -> Privacy & Safety -> Allow direct messages from server members**",
"donate": "You can support the NadekoBot project on \nPatreon <{0}> or\nPaypal <{1}>\nDon't forget to leave your discord name or id in the message.\n\n**Thank you** ♥️",
"guide": "**List of commands**: <{0}>\n**Hosting guides and docs can be found here**: <{1}>",
"list_of_modules": "List of modules",
"module_not_found": "That module does not exist.",
@@ -999,5 +998,21 @@
"bank_deposited": "You deposited {0} to your bank account.",
"bank_withdrew": "You withdrew {0} from your bank account.",
"bank_withdraw_insuff": "You don't have sufficient {0} in your bank account.",
"cmd_group_commands": "'{0}' command group"
"cmd_group_commands": "'{0}' command group",
"limit_reached": "Feature limit of {0} reached.",
"feature_limit_reached_you": "You've reached the limit of {0} for the {1} feature. You may be able to increase this limit by upgrading your patron tier.",
"feature_limit_reached_owner": "Server owner has reached the limit of {0} for the {1} feature. Server owner may be able to upgrade this limit by upgrading patron tier.",
"feature_limit_reached_either": "The limit of {0} for the {1} feature has been reached. Either you or the server owner may able to upgrade this limit by upgrading the patron tier.",
"tier": "Tier",
"pledge": "Pledge",
"expires": "Expires",
"commands": "Commands",
"groups": "Groups",
"modules": "Modules",
"no_quota_found": "No quota found",
"patron_info": "Patron Info",
"quotas": "<<< Quotas >>>",
"patron_not_enabled": "Patron system is disabled.",
"results_in": "{0} results in {1}s",
"patron_msg_sent": "Done sending messages to patrons at and above tier {1}. {1} successfully sent and {2} failed."
}