mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Added .shopadd cmd
This commit is contained in:
@@ -1751,9 +1751,14 @@ shop:
|
||||
- ""
|
||||
- "2"
|
||||
shopadd:
|
||||
desc: "Adds an item to the shop by specifying type price and name. Available types are role and list. 90% of currency from each purchase will be received by the user who added the item to the shop."
|
||||
desc: |-
|
||||
- Available types are role, list and command.
|
||||
- If the item is a role, specify a role id or a role name.
|
||||
- If the item is a command, specify the full command, replacing the user with %user% (for a mention) or %user.id% for user id.
|
||||
90% of currency from each purchase will be received by the user who added the item to the shop.
|
||||
args:
|
||||
- "role 1000 Rich"
|
||||
- "cmd 1000 .setrole %user% Rich"
|
||||
shopremove:
|
||||
desc: "Removes an item from the shop by its ID."
|
||||
args:
|
||||
|
@@ -710,6 +710,7 @@
|
||||
"shop_item_add": "Shop item added",
|
||||
"shop_none": "No shop items found on this page.",
|
||||
"shop_role": "You will get {0} role.",
|
||||
"shop_command_invalid_context": "Unable to retrieve user, channel or server in order to execute the command.",
|
||||
"type": "Type",
|
||||
"gvc_disabled": "Game Voice Channel feature has been disabled on this server.",
|
||||
"gvc_enabled": "{0} is a Game Voice Channel now.",
|
||||
|
Reference in New Issue
Block a user