CryptoScoutv1 commited on
Commit
ead0e32
·
verified ·
1 Parent(s): c7aeef0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -35,11 +35,9 @@ def truncate_response(response: str) -> str:
35
  else:
36
  return response
37
 
38
- thread_to_client = {}
39
- thread_to_user = {}
40
  intents = discord.Intents.default()
41
  intents.message_content = True
42
- bot = commands.Bot(command_prefix="!", intents=intents)
43
 
44
 
45
  ## BOT COMMANDS ##
 
35
  else:
36
  return response
37
 
 
 
38
  intents = discord.Intents.default()
39
  intents.message_content = True
40
+ bot = commands.Bot(command_prefix="/", intents=intents)
41
 
42
 
43
  ## BOT COMMANDS ##