Skip to content

Commit

Permalink
response test
Browse files Browse the repository at this point in the history
  • Loading branch information
khanjason authored Nov 21, 2020
1 parent 6f2cf38 commit 1bf304e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/Chair.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async def startSession(self, ctx):
await ctx.channel.send("Session has started!")
@startSession.error
async def startSession_error(c,ctx, error):
await ctx.send(str(k))
await ctx.send(str('k'))
if isinstance(error, commands.MissingRole):
embedVar = discord.Embed(title="Error", description="The 'Chair' role is required to run this command.", color=discord.Color.from_rgb(78,134,219))
await ctx.send(embed=embedVar)
Expand Down

0 comments on commit 1bf304e

Please sign in to comment.