diff options
-rw-r--r-- | .idea/.gitignore | 3 | ||||
-rw-r--r-- | main.py | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml @@ -0,0 +1,4 @@ +import os + +import discord + |