mirror of
https://github.com/Xevion/unbelievaselfbot.git
synced 2025-12-07 20:08:52 -06:00
Add file docstrings to every .py file, improved exception docstrings, helper func typehint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user