mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
Merge pull request #842 from plague006/fix/poll_help
Fix help text for poll
This commit is contained in:
commit
24f0c821fc
@ -1332,7 +1332,8 @@ Command.add(
|
||||
arguments = {'poll'},
|
||||
required_rank = Ranks.regular,
|
||||
allowed_by_server = true,
|
||||
custom_help_text = '<{question = "question", answers = {"answer 1", "answer 2"}, duration = 300}> - Creates a new poll (Regulars only).',
|
||||
description = 'Creates a new poll',
|
||||
custom_help_text = '<{question = "question", answers = {"answer 1", "answer 2"}, duration = 300}>',
|
||||
log_command = true,
|
||||
capture_excess_arguments = true
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user