1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00

add assertation to poll.py

This commit is contained in:
Kasen Engel 2024-09-23 16:43:17 -05:00
parent 7e1bb4f934
commit 6022a1d33d

View file

@ -80,7 +80,7 @@ class Poll(commands.Cog):
"""
assert interaction
# Split the options by comma
options_list = options.split(",")