Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DoroWolf authored Dec 19, 2023
1 parent 0565c40 commit 29674d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bots/discord/slash/tweet.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
from bots.discord.slash_parser import slash_parser

@client.slash_command(name="tweet", description="Get tweet image from tweet ID or link.")
@discord.option(name="tweet", description="The tweet ID or tweet link.")
@discord.option(name="tweetid", description="The tweet ID or tweet link.")
async def tweet(ctx: discord.ApplicationContext, tweetid: str):
await slash_parser(ctx, tweet)

0 comments on commit 29674d4

Please sign in to comment.