diff options
author | mjk134 <57556877+mjk134@users.noreply.github.com> | 2022-07-07 17:50:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-07 17:50:33 +0000 |
commit | 5256f4f070184fb5aecb4eddc6e011fc531743b9 (patch) | |
tree | ef5d351be9db0a5c5d6fd0ab59505d394f0fb077 /discord | |
parent | 995856985f58bffc3980670cd34c1d5120dae814 (diff) | |
download | discobra-5256f4f070184fb5aecb4eddc6e011fc531743b9.tar.gz |
inital folder structure w/ setup.py
Diffstat (limited to 'discord')
-rw-r--r-- | discord/__init__.py | 0 | ||||
-rw-r--r-- | discord/client.py | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/discord/__init__.py b/discord/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/discord/__init__.py diff --git a/discord/client.py b/discord/client.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/discord/client.py |