Skip to content
This repository was archived by the owner on Nov 24, 2022. It is now read-only.

Commit 3ce9452

Browse files
committed
Anti embeds for about
1 parent af47078 commit 3ce9452

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cogs/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ async def about(self, ctx):
193193
mess += 'Imagine4#8208\n'
194194
mess += '\n**Resources:**\n'
195195
mess += '*The official TWOWBot discord server:* https://discord.gg/eZhpeMM\n'
196-
mess += '*Go contribute to TWOWBot on GitHub:* https://github.com/HTSTEM/TWOW_Bot\n'
196+
mess += '*Go contribute to TWOWBot on GitHub:* <https://github.com/HTSTEM/TWOW_Bot>\n'
197197
mess += '*Invite TWOWBot to your server:* <https://discordapp.com/oauth2/authorize?client_id={}&scope=bot>'.format(ctx.bot.user.id)
198198
await ctx.bot.send_message(ctx.channel, mess)
199199

0 commit comments

Comments
 (0)