44 lines
452 B
Markdown
44 lines
452 B
Markdown
## Default Permission
|
|
|
|
Default permissions for the plugin
|
|
|
|
#### This default permission set includes the following:
|
|
|
|
- `allow-ping`
|
|
|
|
## Permission Table
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Identifier</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`duck:allow-ping`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the ping command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`duck:deny-ping`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the ping command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|