implement WelcomeScreen

This commit is contained in:
NCPlayz
2021-02-24 22:25:32 +00:00
committed by Arthur Jovart
parent 6f5614373a
commit 27ed72369a
5 changed files with 273 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ from .widget import *
from .object import *
from .reaction import *
from . import utils, opus, abc, ui
from .welcome_screen import WelcomeScreen, WelcomeChannel
from .enums import *
from .embeds import *
from .mentions import *