diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-19 00:16:04 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-19 00:16:04 +0500 |
| commit | ecca9314a53b961f49ae57528e30a3a17f5300dc (patch) | |
| tree | f99110ad90b9798b873c1c9ea4fdfba7aa45c34d /docs/user | |
| parent | 21991b1da2bfab5aa266e7ba91527a6ee62a6b99 (diff) | |
feat: docs
Diffstat (limited to 'docs/user')
| -rw-r--r-- | docs/user/ban-check.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/user/ban-check.md b/docs/user/ban-check.md new file mode 100644 index 0000000..4918362 --- /dev/null +++ b/docs/user/ban-check.md @@ -0,0 +1,32 @@ +# User ban check + +The `!userid` command allows you to check if the specified users +exist, or if they are banned, or if they are OK. + +## Syntax + +`!userid [users...]` + ++ `[users...]` - User ID or user names. Separated by **,** *(colon)*. + +## Usage + ++ `!userid drdisrespect` ++ `!userid 22484632` ++ `!userid drdisrespect,22484632,okayeg` + +## Responses + ++ `⛔ drdisrespect (17337557): TOS_INDEFINITE` ++ `✅ forsen (22484632)` ++ `✅ okayeg (489147225)` + +## Important notes + ++ User information is taken from the third-party API service ["ivr.fi"](https://api.ivr.fi/v2/docs) + +## Error handling + ++ [Not enough arguments](/wiki/errors#0) ++ [Not found](/wiki/errors#12) ++ [Something went wrong](/wiki/errors#127) |
