From: Georgios Atheridis Date: Fri, 6 May 2022 14:52:15 +0000 (+0000) Subject: changed uwu X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=0e01b45efb0282bf5a200ab3990f6fd1453a3a8e;p=ihaspeks%2Faptbot-ihaspeks.git changed uwu --- 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")