Alex Nørgaard
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/ext/commands/commands.rst
|
|
@ -663,7 +663,7 @@ In order to customise the flag syntax we also have a few options that can be pas |
|
|
|
make: str |
|
|
|
|
|
|
|
# TOPIC: not allowed nsfw: yes Slowmode: 100 |
|
|
|
class Settings(commands.FlagConverter, case_insentitive=True): |
|
|
|
class Settings(commands.FlagConverter, case_insensitive=True): |
|
|
|
topic: Optional[str] |
|
|
|
nsfw: Optional[bool] |
|
|
|
slowmode: Optional[int] |
|
|
|