Skip to content

Commit

Permalink
feat!: Add a fancier message for when the bot is thinking...
Browse files Browse the repository at this point in the history
  • Loading branch information
ultralapse committed Jun 9, 2024
1 parent 13cb3a1 commit fb8b4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def interact(raw_request):
callback_data = {
"type": 4,
"data": {
"content": "Processing your request..."
"content": ":sparkles: Rowdy is thinking :sparkles:"
}
}

Expand Down

0 comments on commit fb8b4d8

Please sign in to comment.