about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorNoah <mounderfod@gmail.com>2022-07-09 19:01:09 +0100
committerNoah <mounderfod@gmail.com>2022-07-09 19:01:09 +0100
commitc839bdb2e1f5740660e37bc57a8b677b183a0d36 (patch)
tree0d9c654f80de91abc4efa6107c188a2b0eda4d75
parent57fff05c0e2058855946ffa4e5c02872c534ee65 (diff)
parent79eec53d671e571e4cc2515caba334bd6bedbc7e (diff)
downloaddiscobra-c839bdb2e1f5740660e37bc57a8b677b183a0d36.tar.gz
Merge remote-tracking branch 'origin/master'
-rw-r--r--main.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/main.py b/main.py
deleted file mode 100644
index 5167f6e..0000000
--- a/main.py
+++ /dev/null
@@ -1,11 +0,0 @@
-from discord import Client
-from discord.intents import Intents
-
-bot = Client(intents=[Intents.GUILD_MESSAGES])
-
-
-@bot.event
-async def on_ready():
-    print(f"We have logged in as {bot.user.username}")
-
-bot.run("NzM1MTA3NDc0OTY0ODczMzM3.G6_nDX.Ctozd9eWn3xY_lGFT46uCJjrHQ9fQYRHAAD9Ic")
\ No newline at end of file