Yet another typo

This commit is contained in:
Yessiest 2021-12-02 19:44:41 +04:00
parent 39907082cb
commit b065914a06
1 changed files with 1 additions and 1 deletions

View File

@ -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