From 97174883ffcba3102b1150fc2b44995cb1f64a38 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 6 Jul 2025 12:40:53 +0500 Subject: upd: ping emote --- luamods/ping.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'luamods') diff --git a/luamods/ping.lua b/luamods/ping.lua index a8b9fd4..aa031b4 100644 --- a/luamods/ping.lua +++ b/luamods/ping.lua @@ -8,7 +8,7 @@ return { subcommands = {}, minimal_rights = "user", handle = function(request) - return request.sender.alias_name .. ": funnywhitecat Pong! " .. + return request.sender.alias_name .. ": PotFriend Pong! " .. bot_get_compiler_version() .. " · Uptime: " .. time_humanize(bot_get_uptime()) .. " · Used memory: " .. math.ceil(bot_get_memory_usage() / 1024 / 1024) .. -- cgit v1.2.3