3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 14:29:29 +01:00
dbot/modules/poll/usage.json

8 lines
278 B
JSON
Raw Normal View History

2012-12-11 17:53:34 +01:00
{
'~newpoll': '~newpoll [pollname] options=[each,poll,option] [Poll Description]',
'~addoption': '~addoption [pollname] [newoption]',
'~rmoption': '~rmoption [pollname] [optiontoremove]',
'~vote': '~vote [pollname] [option]',
'~pdesc': '~pdesc [pollname]'
}