mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-26 21:11:12 -05:00
Poll: Fix typo in documentation
This commit is contained in:
parent
1952dae6f7
commit
6b72672a1e
@ -25,7 +25,7 @@ Creates a poll that can be voted on in this way::
|
|||||||
And results::
|
And results::
|
||||||
|
|
||||||
<admin> @poll results
|
<admin> @poll results
|
||||||
<bot> 2 votes for No, 1 vote for Yes, and 0 votes for Maybe",
|
<bot> 2 votes for No, 1 vote for Yes, and 0 votes for Maybe
|
||||||
|
|
||||||
Longer answers are possible, and voters only need to use the first
|
Longer answers are possible, and voters only need to use the first
|
||||||
word of each answer to vote. For example, this creates a poll that
|
word of each answer to vote. For example, this creates a poll that
|
||||||
|
@ -64,7 +64,7 @@ class Poll_(callbacks.Plugin):
|
|||||||
And results::
|
And results::
|
||||||
|
|
||||||
<admin> @poll results
|
<admin> @poll results
|
||||||
<bot> 2 votes for No, 1 vote for Yes, and 0 votes for Maybe",
|
<bot> 2 votes for No, 1 vote for Yes, and 0 votes for Maybe
|
||||||
|
|
||||||
Longer answers are possible, and voters only need to use the first
|
Longer answers are possible, and voters only need to use the first
|
||||||
word of each answer to vote. For example, this creates a poll that
|
word of each answer to vote. For example, this creates a poll that
|
||||||
|
Loading…
x
Reference in New Issue
Block a user