Added support for broadsword polls

This commit is contained in:
2021-03-10 20:10:09 +00:00
parent 3ca95f82a8
commit 45fe5f4156
2 changed files with 10 additions and 2 deletions

View File

@ -24,7 +24,8 @@ class Poll
protected static array $poll_types = [
'general.poll',
'net.unsweets.beta',
'io.pnut.core.poll'
'io.pnut.core.poll',
'io.broadsword.poll'
];
public function __construct(array $data)