Skip to content

Commit 0145c53

Browse files
committed
Sneaky plug
1 parent 3e942e1 commit 0145c53

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cogs/modmail.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,18 @@ async def setup(self, ctx):
5252
)
5353

5454
embed = discord.Embed(
55-
title='Friendly Reminder:',
55+
title='Friendly Reminder',
5656
description=f'You may use the `{self.bot.prefix}config set log_channel_id '
5757
'<channel-id>` command to set up a custom log channel'
5858
', then you can delete the default '
5959
f'{log_channel.mention} channel.',
6060
color=self.bot.main_color
6161
)
6262

63+
embed.add_field(name='Thanks for using the bot!', value='If you like what you see, '
64+
'consider giving the [repo a star](https://github.com/kyb3r/modmail) :star: or if you are '
65+
'feeling generous, check us out on [Patreon](https://patreon.com/kyber)!')
66+
6367
embed.set_footer(text=f'Type "{self.bot.prefix}help" '
6468
'for a complete list of commands.')
6569
await log_channel.send(embed=embed)

0 commit comments

Comments
 (0)