From 02d17131666ececf4c1db507511768b622867c12 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Fri, 2 Apr 2021 12:34:20 +0200 Subject: [PATCH] Use arrow character rather than < --- bot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.lua b/bot.lua index 6a322b3..2dc67f7 100644 --- a/bot.lua +++ b/bot.lua @@ -313,7 +313,7 @@ function furrybot.commands.dicksize(name, target) target = target or name local size = furrybot.strrandom(target, 31242, 2, 10) local dick = furrybot.repeat_string("=", size) .. "D" - furrybot.send(dick .. furrybot.colors.system .. " <= " .. furrybot.ping(target, furrybot.colors.system) .. "'s Dick", C("#FF4DE1")) + furrybot.send(dick .. furrybot.colors.system .. " ← " .. furrybot.ping(target, furrybot.colors.system) .. "'s Dick", C("#FF4DE1")) end furrybot.commands.cocksize = furrybot.commands.dicksize -- 2.44.0