Yet another typo
This commit is contained in:
parent
39907082cb
commit
b065914a06
|
@ -2,7 +2,7 @@ local plugin_class = import("classes.plugin")
|
|||
local command = import("classes.command")
|
||||
local plugin = plugin_class("roledefaults")
|
||||
config.default_roles = config.default_roles or {}
|
||||
client:on("memeberJoin",function(member)
|
||||
client:on("memberJoin",function(member)
|
||||
for k,v in pairs(config.default_roles) do
|
||||
member:addRole(v)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue