Skip to content

Commit 8aa01f4

Browse files
committed
Update modmail.py
1 parent 367356a commit 8aa01f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cogs/modmail.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,7 @@ async def contact(self, ctx, *, user: discord.Member):
290290
@commands.has_permissions(manage_channels=True)
291291
async def blocked(self, ctx):
292292
'''Returns a list of blocked users'''
293-
em = discord.Embed(title='Blocked Users', color=discord.Color.green())
294-
em.description = ''
293+
em = discord.Embed(title='Blocked Users', color=discord.Color.green(), description='')
295294

296295
users = []
297296
not_reachable = []

0 commit comments

Comments
 (0)