From b2c86169fc79c36bdcae2d73ea489f0a1ffdcd1a Mon Sep 17 00:00:00 2001 From: Georgios Atheridis Date: Tue, 17 Jan 2023 10:45:00 +0000 Subject: [PATCH] removed warships message --- ihaspeks/commands/.info.py | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 ihaspeks/commands/.info.py diff --git a/ihaspeks/commands/.info.py b/ihaspeks/commands/.info.py deleted file mode 100644 index 20c6f48..0000000 --- a/ihaspeks/commands/.info.py +++ /dev/null @@ -1,17 +0,0 @@ -from aptbot.bot import Message, Commands, Bot -import tools.smart_start_stream_time - -PERMISSION = 99 -PREFIX = "?" -DESCRIPTION = "" -USER_COOLDOWN = 5 -GLOBAL_COOLDOWN = 2 - - -def main(bot: Bot, message: Message): - start_stream_ts = tools.smart_start_stream_time.start_stream_timestamp() - if not start_stream_ts: - msg = r"The Sponsor is World of Warships, which is a historical strategy online combat PC game. It looks very 5Head but i will conquer elmoFire so imma be testing it out. If u want to join in with us, try it urself, or if you just want to help me out Gladge u can sign up with my link: https://strms.net/warships_ihaspeks you get a fair few bonuses for using mah link too ihaspeBased and after u have won your first game and bought ur first ship ill get a notification on stream peksJAM" - else: - msg = r"Peks is live so he can awnser that KEKW but here is the link just in case BASED https://strms.net/warships_ihaspeks" - tools.smart_privmsg.send_safe(bot, message.channel, msg) -- 2.30.2