Add support for select components

This commit is contained in:
Rapptz
2021-05-28 05:33:06 -04:00
parent 6874aa73c4
commit ef9f61a933
7 changed files with 334 additions and 8 deletions

View File

@ -12,3 +12,4 @@ Bot UI Kit helper for the Discord API
from .view import *
from .item import *
from .button import *
from .select import *