Add file docstrings to every .py file, improved exception docstrings, helper func typehint

This commit is contained in:
Xevion
2021-01-24 23:30:09 -06:00
parent 58884a43ff
commit c9fad55ade
10 changed files with 73 additions and 11 deletions

View File

@@ -1,3 +1,9 @@
"""
client.py
Stores the primary client class, which accesses the Discord API and processes messages automatically.
"""
import ctypes
import logging
from typing import Optional