Final manual fixups

This commit is contained in:
Cooldude2606
2026-08-08 23:09:39 +01:00
parent 1e861c5c0b
commit 5890155331
19 changed files with 59 additions and 75 deletions
+1 -2
View File
@@ -55,8 +55,7 @@ Commands.new("get-roles", { "exp-commands_roles.description-get" })
end
local last = #roles_formatted
--- @diagnostic disable-next-line: need-check-nil
roles_formatted[last] = roles_formatted[last][2]
roles_formatted[last] = assert(roles_formatted[last])[2]
return Commands.status.success(response)
end)