Browse Source

Forgot to add to __init__

pull/10109/head
dolfies 3 years ago
parent
commit
48c9b36619
  1. 1
      discord/__init__.py

1
discord/__init__.py

@ -61,6 +61,7 @@ from .relationship import *
from .guild_folder import *
from .settings import *
from .profile import *
from .welcome_screen import *
class _VersionInfo(NamedTuple):

Loading…
Cancel
Save