You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main.py
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
# ---------
16
16
17
17
# Bot Settings
18
-
bot_command_prefix="!"
18
+
bot_command_prefix=">"
19
19
bot_name="TLEBot"
20
20
bot_description="A bot created by **@BestSpyBoy**, designed specifically for the Luxury Elevator's official Discord server! Type `>help` to get started."
21
21
bot_brand_color=0xde8114
@@ -83,6 +83,7 @@ def info_embed():
83
83
84
84
# Function to create an error embed with a given error message
85
85
deferror_embed(error):
86
+
print(error)
86
87
# Creating an embed object with a red color and the provided error message
0 commit comments