else:
msg = f"UNBELIEVABLE!!!!! {message.channel} is EARLY by {-latege_amount} seconds!!!!\
Something very wrong is going on in this world monkaW"
- bot.send_privmsg(message.channel, "/announce " + msg)
+ bot.send_privmsg(message.channel, msg)
if c.rowcount:
bot.send_privmsg(
message.channel,
- f"/announce {c.rowcount} user{'s were' if c.rowcount > 1 else ' was'} just removed from {table if table != 'lol_queue' else 'lol'} queue.",
+ f"{c.rowcount} user{'s were' if c.rowcount > 1 else ' was'} just removed from {table if table != 'lol_queue' else 'lol'} queue.",
)
conn.commit()