en:
commands:
info:
description: Displays information about the provided player or territory
examples:
- description: Using their mention, return their player stats on `esm_malden`
arguments:
"on": esm_malden
whom: "@discord_mention"
- description: Using their steam uid, return their player stats on `esm_tanoa`
arguments:
"on": esm_tanoa
whom: "76561234567890123"
- description: Using their Discord ID, return their player stats on `esm_altis`
arguments:
"on": esm_altis
whom: "137456789012345678"
- description: Return the territory information for `jquee`
arguments:
"on": esm_namalsk
territory: jquee
errors:
no_target: Hey %{user}, you must provide either a territory ID, Discord ID, Discord mention, or a Steam UID.
no_player_info: "Hey %{user}, I didn't find any player information related to %{target}"
no_territory_info: "Hey %{user}, I didn't find any territory information related to %{territory_id}"
# v1
no_response: I'm sorry %{user}, I didn't find any information related to your request.