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):
52
52
)
53
53
54
54
embed = discord .Embed (
55
- title = 'Friendly Reminder: ' ,
55
+ title = 'Friendly Reminder' ,
56
56
description = f'You may use the `{ self .bot .prefix } config set log_channel_id '
57
57
'<channel-id>` command to set up a custom log channel'
58
58
', then you can delete the default '
59
59
f'{ log_channel .mention } channel.' ,
60
60
color = self .bot .main_color
61
61
)
62
62
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
+
63
67
embed .set_footer (text = f'Type "{ self .bot .prefix } help" '
64
68
'for a complete list of commands.' )
65
69
await log_channel .send (embed = embed )
You can’t perform that action at this time.
0 commit comments