Fixed roledefaults embed

This commit is contained in:
Yessiest 2021-12-02 19:36:51 +04:00
parent af92f63d8f
commit cbd70316b9
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ local drolelist = command("drolelist", {
}} }}
for k,v in pairs(config.default_roles) do for k,v in pairs(config.default_roles) do
table.insert(reply.embed.fields,{ table.insert(reply.embed.fields,{
name = v, value = "" name = tostring(k), value = tostring(v)
}) })
end end
msg:reply(reply) msg:reply(reply)