aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Harbys <[email protected]>2021-02-03 14:07:34 +0100
committerGravatar GitHub <[email protected]>2021-02-03 14:07:34 +0100
commit8c75f488848064cd2de01012614a3e1f1c304c6a (patch)
tree1c4d738a4ce7fee97239e52628218278ab8a38e5
parentAdd a newline for readability. by @MarkKoz (diff)
remove unused constants by @MarkKoz
Co-authored-by: Mark <[email protected]>
-rw-r--r--bot/exts/moderation/stream.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bot/exts/moderation/stream.py b/bot/exts/moderation/stream.py
index c90c25976..c2f4d12b4 100644
--- a/bot/exts/moderation/stream.py
+++ b/bot/exts/moderation/stream.py
@@ -10,8 +10,6 @@ from bot.utils.scheduling import Scheduler
from bot.utils.time import format_infraction_with_duration
# Constant error messages
-TIME_FORMAT_NOT_VALID = f"{Emojis.cross_mark}Please specify a valid time format ex. 10h or 1day."
-TIME_LESS_EQ_0 = f"{Emojis.cross_mark}Duration can not be a 0 or lower."
USER_ALREADY_ALLOWED_TO_STREAM = f"{Emojis.cross_mark}This user can already stream."
USER_ALREADY_NOT_ALLOWED_TO_STREAM = f"{Emojis.cross_mark}This user already can't stream."