govisi commited on
Commit
a509010
1 Parent(s): e6f6ea0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from threading import Thread
7
 
8
 
9
  load_dotenv()
10
- bot = commands.Bot(command_prefix=commands.when_mentioned_or('$'), intents=discord.Intents.all())
11
 
12
  # model_pipe = pickle.load(open('pipe.pkl', 'rb'))
13
 
 
7
 
8
 
9
  load_dotenv()
10
+ bot = commands.Bot("", intents=discord.Intents.all())
11
 
12
  # model_pipe = pickle.load(open('pipe.pkl', 'rb'))
13