Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 778d6c4

Browse files
committed
feat: add description to gateway.__init__
1 parent 6aa9571 commit 778d6c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pycord/gateway/__init__.py

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
"""
2+
pycord.gateway
3+
~~~~~~~~~~~~~~
4+
Advanced Implementation of the Discord Gateway
5+
"""
16
from .cluster import *
27
from .manager import *
38
from .notifier import *

0 commit comments

Comments
 (0)