diff --git a/src/cogs/commands/scholar.py b/src/cogs/commands/scholar.py index 5d6be4a..d156412 100644 --- a/src/cogs/commands/scholar.py +++ b/src/cogs/commands/scholar.py @@ -108,7 +108,7 @@ async def scholar(self, ctx, *input): if reaction[0].emoji == "\N{WHITE HEAVY CHECK MARK}": # Add the "Scholar" role - scholar_role = discord.utils.get(ctx.guild.roles, name="Scholar") + scholar_role = discord.utils.get(ctx.guild.roles, name=config["ROLES"]["SCHOLAR"]) await new_scholar.add_roles(scholar_role) # Add the manager roles @@ -168,7 +168,7 @@ async def scholar(self, ctx, *input): elif reaction[0].emoji == "\N{CROSS MARK}": await confirm_msg.delete() await ctx.send( - f"Cancelled addition of new scholar. To add a new scholar, use `!scholar
<[manager]>` or see `!help scholar`." + f"Cancelled addition of new scholar. To add a new scholar, use `!scholar
<[manager]>` or see `!help scholar`." ) else: