Skip to content

Commit

Permalink
arti is stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
Butterroach committed Apr 23, 2024
1 parent e6a4627 commit 1e2975e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bot.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import discord
import dotenv
import os
import requests
from discord.ext import commands
import os

intents = discord.Intents.default()
intents.message_content = True
Expand Down Expand Up @@ -88,4 +89,5 @@ async def ping(interaction: discord.Interaction):
)


dotenv.load_dotenv()
client.run(os.getenv("DISCORD_TOKEN"))
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
discord.py
python-dotenv
requests

1 comment on commit 1e2975e

@Butterroach
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

169776973618587813

Please sign in to comment.