mirror of
https://github.com/ssyyhhrr/discord.py-bot.git
synced 2025-11-10 22:13:47 -05:00
Update main.py
This commit is contained in:
2
main.py
2
main.py
@@ -13,7 +13,7 @@ TOKEN = os.getenv("DISCORD_TOKEN")
|
||||
INTENTS = discord.Intents.default()
|
||||
INTENTS.members = True
|
||||
|
||||
bot = commands.AutoShardedBot(command_prefix=commands.when_mentioned_or("!"), owner_id=518124039714242562, intents=INTENTS)
|
||||
bot = commands.AutoShardedBot(command_prefix=commands.when_mentioned_or("!"), owner_id=os.getenv("DISCORD_ID"), intents=INTENTS)
|
||||
|
||||
jackpotEmbed = None
|
||||
participants = {}
|
||||
|
||||
Reference in New Issue
Block a user