User perms

This commit is contained in:
Daniel Odendahl Jr
2018-02-17 22:01:09 +00:00
parent 6457213787
commit ef5b2edd21
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ module.exports = class AddPortalChannelCommand extends Command {
memberName: 'add-portal-channel',
description: 'Sets a channel to be a portal channel.',
guildOnly: true,
userPermissions: ['MANAGE_CHANNELS'],
args: [
{
key: 'channel',
+1
View File
@@ -9,6 +9,7 @@ module.exports = class RemovePortalChannelCommand extends Command {
memberName: 'remove-portal-channel',
description: 'Remove a channel from the portal channels.',
guildOnly: true,
userPermissions: ['MANAGE_CHANNELS'],
args: [
{
key: 'channel',