wop commited on
Commit
86ca825
1 Parent(s): 7298f29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import discord
6
  DISCORD_TOKEN = os.getenv("DISCORD_TOKEN")
7
  CLIENT_ID = os.getenv("CLIENT_ID")
8
 
9
- bot = commands.Bot(command_prefix="!", intents=discord.Intents.all)
10
 
11
  @bot.command()
12
  async def delete_all_commands(ctx):
 
6
  DISCORD_TOKEN = os.getenv("DISCORD_TOKEN")
7
  CLIENT_ID = os.getenv("CLIENT_ID")
8
 
9
+ bot = commands.Bot(command_prefix="!", intents=discord.Intents.all())
10
 
11
  @bot.command()
12
  async def delete_all_commands(ctx):