File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments