summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh <eeei3.joshua0307lol@gmail.com>2024-11-01 12:35:26 -0400
committerJosh <eeei3.joshua0307lol@gmail.com>2024-11-01 12:35:26 -0400
commit0d4fee9e530aebea6cc93c2c263f9256291b7f8c (patch)
tree2b131a45d69d5496f3780548cac128108031386d
feat: Created .gitignore and main.py
-rw-r--r--.idea/.gitignore3
-rw-r--r--main.py4
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
diff --git a/main.py b/main.py
new file mode 100644
index 0000000..efeb59d
--- /dev/null
+++ b/main.py
@@ -0,0 +1,4 @@
+import os
+
+import discord
+