Removed old intents that were commented out
This commit is contained in:
parent
b9ffdeaacb
commit
e30a56122f
1 changed files with 0 additions and 4 deletions
4
main.py
4
main.py
|
|
@ -19,10 +19,6 @@ from dotenv import load_dotenv
|
||||||
load_dotenv()
|
load_dotenv()
|
||||||
TOKEN = os.getenv('DISCORD_TOKEN')
|
TOKEN = os.getenv('DISCORD_TOKEN')
|
||||||
|
|
||||||
#intents = discord.Intents.default()
|
|
||||||
#intents.message_content = True
|
|
||||||
#intents.members = True
|
|
||||||
|
|
||||||
intents = discord.Intents().all()
|
intents = discord.Intents().all()
|
||||||
client = discord.Client(intents=intents)
|
client = discord.Client(intents=intents)
|
||||||
bot = commands.Bot(command_prefix="!p ", intents=intents)
|
bot = commands.Bot(command_prefix="!p ", intents=intents)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue