When I try to put multiple id's into an if it only registers the first one.
if (message.author.id != '196568585202565121' || '110324497353052160') return message.reply("You don't have the perms")
It will only reply to the first id and not the second one. The second one will get the mssage you don't have the perms.