Skip to content

Commit

Permalink
feat: remove proxy..
Browse files Browse the repository at this point in the history
  • Loading branch information
horw committed Jan 9, 2024
1 parent 396260d commit 09847c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ def discord_bot():
intents = discord.Intents.default()
intents.message_content = True

# client = discord.Client(intents=intents)
client = discord.Client(intents=intents, proxy="http://localhost:1080")
client = discord.Client(intents=intents)
# client = discord.Client(intents=intents, proxy="http://localhost:1080")

##START ROUTINE
@client.event
Expand Down

0 comments on commit 09847c9

Please sign in to comment.