Skip to content

Commit

Permalink
[Discord] Add title for twitter handles command response embed
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Feb 27, 2023
1 parent 46e2769 commit 4890691
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Discord/cogs/twitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,8 @@ async def handles(self, ctx):
ctx.channel.id
)
await ctx.embed_reply(
'\n'.join(sorted(
title = "Twitter handles being followed in this channel",
description = '\n'.join(sorted(
[record["handle"] for record in records],
key = str.casefold
))
Expand Down

0 comments on commit 4890691

Please sign in to comment.