forked from viveksantayana/geas-bot
Pre-Deployment Still bugged as hell.
This commit is contained in:
@ -69,7 +69,7 @@ class Migrate(commands.Cog, name='Migrate Command'):
|
||||
await r.edit(
|
||||
reason=f'`migrate` command issued by {ctx.author.display_name}',
|
||||
mentionable=True,
|
||||
colour=discord.Colour.green
|
||||
colour=discord.Colour.green()
|
||||
)
|
||||
c = discord.utils.get(ctx.guild.categories, name=r.name)
|
||||
if c is None:
|
||||
|
@ -97,7 +97,7 @@ class Configuration(commands.Cog, name='Configuration Commands'):
|
||||
permissions=discord.Permissions(administrator=True) if key == 'committee' else discord.Permissions().none(),
|
||||
reason=f'`/config roles` command issued by {ctx.author.display_name}',
|
||||
colour = discord.Colour.orange() if key == 'bot' else discord.Colour.blue() if key == 'committee' else discord.Colour.default(),
|
||||
hoist=True if key == 'committee' else None,
|
||||
hoist=True if key == 'committee' or key == 'bot' else None,
|
||||
)
|
||||
conf = yaml_load(configFile)
|
||||
guildStr = str(ctx.guild.id)
|
||||
|
Reference in New Issue
Block a user