Fixed roledefaults embed
This commit is contained in:
parent
af92f63d8f
commit
cbd70316b9
|
@ -47,7 +47,7 @@ local drolelist = command("drolelist", {
|
|||
}}
|
||||
for k,v in pairs(config.default_roles) do
|
||||
table.insert(reply.embed.fields,{
|
||||
name = v, value = ""
|
||||
name = tostring(k), value = tostring(v)
|
||||
})
|
||||
end
|
||||
msg:reply(reply)
|
||||
|
|
Loading…
Reference in New Issue