File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -60,9 +60,10 @@ async def setup(self, ctx):
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)!' )
63
+ embed .add_field (name = 'Thanks for using the bot!' ,
64
+ value = 'If you like what you see, consider giving the '
65
+ '[repo a star](https://github.com/kyb3r/modmail) :star: or if you are '
66
+ 'feeling generous, check us out on [Patreon](https://patreon.com/kyber)!' )
66
67
67
68
embed .set_footer (text = f'Type "{ self .bot .prefix } help" '
68
69
'for a complete list of commands.' )
Original file line number Diff line number Diff line change @@ -233,6 +233,9 @@ async def about(self, ctx):
233
233
value = 'https://github.com/kyb3r/modmail' ,
234
234
inline = False )
235
235
236
+ embed .add_field (name = '\u200b ' ,
237
+ value = 'Support this bot on [Patreon](https://patreon.com/kyber).' )
238
+
236
239
embed .set_footer (text = footer )
237
240
await ctx .send (embed = embed )
238
241
You can’t perform that action at this time.
0 commit comments