Commands such as MCWhitelist break due to some variables not being defined, such as
if verified_role not in ctx.author.roles:
throwing an error due to roles being None
either fix these errors, or whitelist certain commands being ran in DMs or something else to fix this