From 0e01b45efb0282bf5a200ab3990f6fd1453a3a8e Mon Sep 17 00:00:00 2001 From: Georgios Atheridis Date: Fri, 6 May 2022 14:52:15 +0000 Subject: [PATCH] changed uwu --- skgyorugo/commands/uwu.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skgyorugo/commands/uwu.py b/skgyorugo/commands/uwu.py index bd036f6..0f1e5fe 100644 --- a/skgyorugo/commands/uwu.py +++ b/skgyorugo/commands/uwu.py @@ -27,12 +27,12 @@ PATH = os.path.join(PATH, "..") def main(bot: Bot, message: Message): if message.tags.get("reply-parent-display-name", None): - smart_privmsg.send(bot, message, f"UwU {message.tags['reply-parent-display-name']}", reply=message.tags['reply-parent-msg-id']) + smart_privmsg.send(bot, message, f"{message.tags['reply-parent-display-name']}, {message.nick} is UwUing you. Will you UwU back? PauseChamp", reply=message.tags['reply-parent-msg-id']) return try: user = message.value.split(' ')[1] except IndexError: - smart_privmsg.send(bot, message, f"UwU to you too {message.nick}!") + smart_privmsg.send(bot, message, f"UwU to you too {message.nick}!", reply=message.tags["id"]) return else: smart_privmsg.send(bot, message, f"{user}, {message.nick} is UwUing you. Will you UwU back? PauseChamp") -- 2.30.2