Fix message on twitter unfollow, closes #85
This commit is contained in:
parent
2ea49f802d
commit
1cacb2979a
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class TwitterCog(commands.Cog):
|
|||
for row in components:
|
||||
for component in row["components"]:
|
||||
component["disabled"] = True
|
||||
block = "\n".join(x.handle for x in Twitter.objects(guild=ctx.guild.id))
|
||||
block = "\n".join(x.handle for x in context.selected_options)
|
||||
await context.edit_origin(content=f"Unfollowed the following:\n```\n{block}\n```", components=components)
|
||||
except asyncio.TimeoutError:
|
||||
for row in components:
|
||||
|
|
Loading…
Add table
Reference in a new issue