lunarflu HF Staff commited on
Commit
66b13bc
·
1 Parent(s): 524177d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ from gradio_client import Client
8
 
9
  DISCORD_TOKEN = os.environ.get("DISCORD_TOKEN", None)
10
  bot = commands.Bot(command_prefix='!')
 
11
 
12
  @bot.event
13
  async def on_member_join(member):
 
8
 
9
  DISCORD_TOKEN = os.environ.get("DISCORD_TOKEN", None)
10
  bot = commands.Bot(command_prefix='!')
11
+ intents = discord.Intents.all()
12
 
13
  @bot.event
14
  async def on_member_join(member):