don't show polls that passed

This commit is contained in:
biglyderv 2025-03-29 04:59:17 -04:00
parent 177f9025e0
commit 745a306b04
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
3 changed files with 17 additions and 6 deletions

View file

@ -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;