diff options
author | mjk134 <57556877+mjk134@users.noreply.github.com> | 2022-07-09 17:59:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-09 17:59:07 +0000 |
commit | 79eec53d671e571e4cc2515caba334bd6bedbc7e (patch) | |
tree | 327e64474c8141b2831e4d725c7281cdf0ba2d80 | |
parent | 55fe04a1d73625600c87e41fe45e5a713bda0aba (diff) | |
download | discobra-79eec53d671e571e4cc2515caba334bd6bedbc7e.tar.gz |
chore: leaked my token :clap:
-rw-r--r-- | main.py | 11 |
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 |