**From what i understand:** - It is built in, so I need not add it to my configuration. - its not a role, so requiresRoles is not needed in my plugin **What I have tried:** - requires: ['channel'] and requires: ['channel'] throws 'unmetDependency' - both client.getPlugin('channel'); and client.getPlugin('channels'); return undefined.