Skip to content

Commit 68fed96

Browse files
committed
Sneaky plug v2
1 parent ffb23a2 commit 68fed96

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

cogs/modmail.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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.')

cogs/utility.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)