Skip to content

Commit

Permalink
Update utilitybot.py
Browse files Browse the repository at this point in the history
Signed-off-by: Little Monkey <[email protected]>
  • Loading branch information
PlaceReporter99 authored Apr 16, 2024
1 parent 5494260 commit e9c1705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilitybot.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def msg(event):
if event.user_id == 540406:
try:
output = subprocess.getoutput(event.content[6:])
r.send(output[1])
r.send(output)
except:
r.send("An error occured while executing the command.")
else:
Expand Down

0 comments on commit e9c1705

Please sign in to comment.