Block Command
About the command
Block a user from interacting with the bot on this server.
By blocking a user, this user is prevented from interacting with the bot on the current server.
The user can no longer execute EasyPoll commands, vote in polls, or change/remove their votes.
info
Users with Manage Server or higher permissions cannot be blocked.
Additionally, a user cannot block themselves.
Quick Overview
- Command:
/block - Required Options:
user - Optional Options:
reason,time - Default Required Permissions:
Manage Server
Arguments
| Option | Description | Required | Default |
|---|---|---|---|
user | The user to block. | ✅ | |
reason | The public reason for blocking the user. | ❌ | |
time | The time the user should be blocked for. Time codes can consist of several times ending with s (second), m (minute), h (hour), d (day), w (week), y (year). | ❌ | Permanent |
danger
The reason and time are visible to the blocked user.
info
Examples of time specifications:
30mfor 30 minutes12hfor 12 hours3dfor 3 days1yfor 1 year30d 12h 30mfor 30 days, 12 hours and 30 minutes1524405600for April 22, 2018 4:00 PM (Unix timestamp)
tip
For precise time specifications, a Unix timestamp can also be used as a time value.
Use this website to generate a timestamp.