CryptoScoutv1
commited on
Update app.py
Browse files
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="
|
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 ##
|