Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
Signed-off-by: Little Monkey <[email protected]>
  • Loading branch information
PlaceReporter99 authored Sep 3, 2024
1 parent 4b797d2 commit e0ca3b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def msg(event):
r.send(
r.buildReply(
event.message_id,
"https://github.com/PlaceReporter99/utility-bot/blob/main/utilitybot.py",
"https://github.com/SE-Utility-Bot/utility-bot/blob/main/utilitybot.py",
))
elif event.content[:6] == "getcmd":
commands = {
Expand Down Expand Up @@ -218,7 +218,7 @@ def msg(event):
r.send(
r.buildReply(
event.message_id,
'Type in "getcmd" (without the quotes) for a list of commands and their descriptions.\n\nRepo: https://github.com/PlaceReporter99/utility-bot\nWebsite: https://utility-bot.streamlit.app/\nCalculation Module: https://github.com/SE-Utility-Bot/safe-exec',
'Type in "getcmd" (without the quotes) for a list of commands and their descriptions.\n\nRepo: https://github.com/SE-Utility-Bot/utility-bot\nWebsite: https://utility-bot.streamlit.app/\nCalculation Module: https://github.com/SE-Utility-Bot/safe-exec',
))
elif event.content in ("op", "status"):
with open("status.txt") as f, open(__file__) as g:
Expand Down

0 comments on commit e0ca3b9

Please sign in to comment.