diff options
author | Josh <eeei3.joshua0307lol@gmail.com> | 2024-11-01 12:35:26 -0400 |
---|---|---|
committer | Josh <eeei3.joshua0307lol@gmail.com> | 2024-11-01 12:35:26 -0400 |
commit | 0d4fee9e530aebea6cc93c2c263f9256291b7f8c (patch) | |
tree | 2b131a45d69d5496f3780548cac128108031386d |
feat: Created .gitignore and main.py
-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 + |