Skip to content

Commit

Permalink
Update tickets.py
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinaisslaying authored Jul 26, 2020
1 parent dcad0f3 commit 7bf82b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/tickets.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async def open_ticket(self, ctx, bot: discord.User):
}

channel = await category.create_text_channel(name=bot.name.lower(), overwrites=overwrites,
reason=f"Approval feedback channel - {ctx.author.id}")
reason=f"Approval feedback channel - {ctx.author.id}", topic="{self.bot.settings['website']['url']}/bots/{bot.id}}")

embed = discord.Embed(colour=self.awaiting_response,
description="Hello, whilst reviewing your bot we found some issues, please refer to "
Expand Down

0 comments on commit 7bf82b4

Please sign in to comment.