diff options
Diffstat (limited to 'main.py')
-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 |