don't show polls that passed
This commit is contained in:
parent
177f9025e0
commit
745a306b04
3 changed files with 17 additions and 6 deletions
|
@ -78,7 +78,7 @@ int main(int argc, char *argv[]) {
|
|||
wasCombination = 0;
|
||||
if (help_command(command))
|
||||
continue;
|
||||
if (polls_command(command, polls))
|
||||
if (polls_command(command, polls, elements))
|
||||
continue;
|
||||
if (slash_command(command, inv))
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue