mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
- Improved .curtrs (It will now have a lot more useful data in the database, show Tx ids, and be partially localized)
- Added .curtr command which lets you see full information about one of your own transactions with the specified id - Added .WithAuthor(IUser) extension for embedbuilder
This commit is contained in:
@@ -674,6 +674,8 @@ cash:
|
||||
- cur
|
||||
currencytransactions:
|
||||
- curtrs
|
||||
currencytransaction:
|
||||
- curtr
|
||||
listperms:
|
||||
- listperms
|
||||
- lp
|
||||
|
@@ -1168,6 +1168,10 @@ currencytransactions:
|
||||
args:
|
||||
- "2"
|
||||
- "@SomeUser 2"
|
||||
currencytransaction:
|
||||
desc: "Shows full details about a currency transaction with the specified ID. You can only check your own transactions."
|
||||
args:
|
||||
- "3yvd"
|
||||
listperms:
|
||||
desc: "Lists whole permission chain with their indexes. You can specify an optional page number if there are a lot of permissions."
|
||||
args:
|
||||
|
@@ -242,6 +242,7 @@
|
||||
"take": "successfully took {0} from {1}",
|
||||
"take_fail": "was unable to take {0} from {1} because the user doesn't have that much {2}!",
|
||||
"transactions": "Transactions of user {0}",
|
||||
"transaction": "Currency Transaction",
|
||||
"commandlist_regen": "Commandlist regenerated.",
|
||||
"commands_instr": "Type `{0}h CommandName` to see the help for that specified command. e.g. `{0}h {0}8ball`",
|
||||
"command_not_found": "I can't find that command. Please verify that the command exists before trying again.",
|
||||
@@ -967,5 +968,8 @@
|
||||
"tags": "Tags",
|
||||
"imageonly_enable": "This channel is now image-only.",
|
||||
"imageonly_disable": "This channel is no longer image-only.",
|
||||
"deleted_x_servers": "Deleted {0} servers."
|
||||
"deleted_x_servers": "Deleted {0} servers.",
|
||||
"curtr_gift": "Gift from {0} [{1}]",
|
||||
"curtr_award": "Awarded by bot owner {0} [{1}]",
|
||||
"curtr_take": "Taken by bot owner {0} [{1}]"
|
||||
}
|
||||
|
Reference in New Issue
Block a user