From 54a7463355d1e82c73b63d3990252f8a855888c1 Mon Sep 17 00:00:00 2001 From: Yessiest Date: Sat, 27 Nov 2021 21:58:41 +0400 Subject: [PATCH] fixed old suppabot link --- plugins/meta/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/meta/init.lua b/plugins/meta/init.lua index a35bba3..5e98010 100644 --- a/plugins/meta/init.lua +++ b/plugins/meta/init.lua @@ -228,7 +228,7 @@ local c_about = command("about", { color = discordia.Color.fromRGB(rand(50,200),rand(50,200),rand(50,200)).value, description = "512mb.org is an open-source bot written in Lua. It is based on a beta rewrite version of the Suppa-Bot.", fields = { - {name = "Source Code: ",value = "https://github.com/yessiest/SuppaBot"}, + {name = "Source Code: ",value = "https://github.com/512mb-xyz/512mb.org-bot"}, {name = "Author: ",value = author.tag}, {name = "Invite: ",value = "Not available yet"} },