Merge pull request #42

* implement WelcomeScreen

* copy over the kwargs issue.

* readable variable names

* modernise code

* modernise pt2

* Update discord/welcome_screen.py

* make pylance not cry from my onions

* type http.py

* remove extraneous import
This commit is contained in:
Arthur
2021-09-02 22:40:11 +02:00
committed by GitHub
parent 4055bafaa5
commit 47e42d1648
5 changed files with 324 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ from .colour import *
from .integrations import *
from .invite import *
from .template import *
from .welcome_screen import *
from .widget import *
from .object import *
from .reaction import *