1
0
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:
Matthew 2019-03-01 15:03:27 -05:00 committed by GitHub
commit 24f0c821fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
},