Changed branding

This commit is contained in:
Yessiest 2021-11-27 02:31:10 +04:00
parent 0df6656d4f
commit b97c3397e6
1 changed files with 3 additions and 3 deletions

View File

@ -221,19 +221,19 @@ local c_about = command("about", {
local rand = math.random
local author = client:getUser("245973168257368076")
msg:reply({embed = {
title = "About Suppa-Bot",
title = "About 512mb.org bot",
thumbnail = {
url = client.user:getAvatarURL()
},
color = discordia.Color.fromRGB(rand(50,200),rand(50,200),rand(50,200)).value,
description = "Suppa-Bot is an open-source bot written in Lua.",
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 = "Author: ",value = author.tag},
{name = "Invite: ",value = "Not available yet"}
},
footer = {
text = "This is a WIP port of the meta plugin from the old bot to the new framework"
text = "For any information regarding the bot, contact yessiest on 512mb.org discord."
}
}})
end