lunarflu HF Staff commited on
Commit
d866edc
·
1 Parent(s): 204cec9

Update app.py

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