forked from viveksantayana/geas-bot
Permission Hotfixes
This commit is contained in:
@ -35,7 +35,7 @@ class EditMembership(commands.Cog, name='Edit Membership'):
|
||||
name='remove',
|
||||
description='Remove a registered membership role.',
|
||||
# base_description='Commands for configuring the various parameters of the Guild',
|
||||
# base_default_permission=False,
|
||||
base_default_permission=False,
|
||||
# base_permissions=permissions,
|
||||
# subcommand_group_description='Adds a time slot available to the channel for games.',
|
||||
guild_ids=guild_ids,
|
||||
@ -74,7 +74,7 @@ class EditMembership(commands.Cog, name='Edit Membership'):
|
||||
name='list',
|
||||
description='List the existing game memberships on the server.',
|
||||
# base_description='Commands for configuring the various parameters of the Guild',
|
||||
# base_default_permission=False,
|
||||
base_default_permission=False,
|
||||
# base_permissions=permissions,
|
||||
# subcommand_group_description='Adds a time slot available to the channel for games.',
|
||||
guild_ids=guild_ids,
|
||||
|
@ -27,7 +27,7 @@ class GameManagement(commands.Cog, name='Game Management'):
|
||||
name='delete',
|
||||
description='Deletes a game role and accompanying category, text, voice channels, and data.',
|
||||
# base_description='Commands for setting up and removing games on the Guild.',
|
||||
# base_default_permission=False,
|
||||
base_default_permission=False,
|
||||
# base_permissions=permissions,
|
||||
# subcommand_group_description='Adds a time slot available to the channel for games.',
|
||||
guild_ids=guild_ids,
|
||||
@ -106,7 +106,7 @@ class GameManagement(commands.Cog, name='Game Management'):
|
||||
name='modify',
|
||||
description='Edit the information of an existing game channel.',
|
||||
# base_description='Commands for setting up and removing games on the Guild.',
|
||||
# base_default_permission=False,
|
||||
base_default_permission=False,
|
||||
# base_permissions=permissions,
|
||||
# subcommand_group_description='Adds a time slot available to the channel for games.',
|
||||
guild_ids=guild_ids,
|
||||
@ -394,7 +394,7 @@ class GameManagement(commands.Cog, name='Game Management'):
|
||||
name='purge',
|
||||
description='Delete all games in a given timeslot.',
|
||||
# base_description='Commands for setting up and removing games on the Guild.',
|
||||
# base_default_permission=False,
|
||||
base_default_permission=False,
|
||||
# base_permissions=permissions,
|
||||
# subcommand_group_description='Adds a time slot available to the channel for games.',
|
||||
guild_ids=guild_ids,
|
||||
|
@ -37,7 +37,7 @@ class ManipulateTimeslots(commands.Cog, name='Manipulate Timeslots'):
|
||||
name='remove',
|
||||
description='Remove a configured game timeslot.',
|
||||
# base_description='Commands for configuring the various parameters of the Guild',
|
||||
# base_default_permission=False,
|
||||
base_default_permission=False,
|
||||
# base_permissions=permissions,
|
||||
# subcommand_group_description='Adds a time slot available to the channel for games.',
|
||||
guild_ids=guild_ids,
|
||||
@ -109,7 +109,7 @@ class ManipulateTimeslots(commands.Cog, name='Manipulate Timeslots'):
|
||||
name='modify',
|
||||
description='Modify the value of a configured gametime slot.',
|
||||
# base_description='Commands for configuring the various parameters of the Guild',
|
||||
# base_default_permission=False,
|
||||
base_default_permission=False,
|
||||
# base_permissions=permissions,
|
||||
# subcommand_group_description='Adds a time slot available to the channel for games.',
|
||||
guild_ids=guild_ids,
|
||||
@ -151,7 +151,7 @@ class ManipulateTimeslots(commands.Cog, name='Manipulate Timeslots'):
|
||||
name='list',
|
||||
description='List the existing game timeslots on the server.',
|
||||
# base_description='Commands for configuring the various parameters of the Guild',
|
||||
# base_default_permission=False,
|
||||
base_default_permission=False,
|
||||
# base_permissions=permissions,
|
||||
# subcommand_group_description='Adds a time slot available to the channel for games.',
|
||||
guild_ids=guild_ids,
|
||||
|
Reference in New Issue
Block a user