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):
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)!' )
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)!' )
6667
6768 embed .set_footer (text = f'Type "{ self .bot .prefix } help" '
6869 '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):
233233 value = 'https://github.com/kyb3r/modmail' ,
234234 inline = False )
235235
236+ embed .add_field (name = '\u200b ' ,
237+ value = 'Support this bot on [Patreon](https://patreon.com/kyber).' )
238+
236239 embed .set_footer (text = footer )
237240 await ctx .send (embed = embed )
238241
You can’t perform that action at this time.
0 commit comments