Added polls module.
CI / Formatting (push) Successful in 6s
CI / Linting (push) Successful in 6s
CI / Tests (Python 3.12) (push) Successful in 12s
CI / Tests (Python 3.13) (push) Successful in 12s
CI / Tests (Python 3.14) (push) Successful in 10s
CI / Type Checking (push) Successful in 9s
CI / Spelling (push) Successful in 5s

This commit is contained in:
2026-04-08 12:02:07 -04:00
parent 48e3bf2b07
commit ea91c38736
15 changed files with 2347 additions and 1 deletions
+1
View File
@@ -19,6 +19,7 @@ BUILTIN_MODULE_NAMES: frozenset[str] = frozenset(
"clips",
"custom_commands",
"emoji_wall",
"polls",
"quotes",
"timers",
}