fix typo
This commit is contained in:
parent
4ce5bdc805
commit
48e6a4442a
1 changed files with 2 additions and 2 deletions
|
|
@ -104,8 +104,8 @@ def setup(bot: bot.Bot):
|
|||
username = username
|
||||
)
|
||||
|
||||
@bot.command(name="artistchart", aliases=["ac", "ca", "chartarist", "artistcollage"])
|
||||
@bot.slash_command(name="chartarist", description="Generate an artist collage.")
|
||||
@bot.command(name="artistchart", aliases=["ac", "ca", "chartartist", "artistcollage"])
|
||||
@bot.slash_command(name="chartartist", description="Generate an artist collage.")
|
||||
async def chartartist(ctx: nerimity.Context, size: str = "3x3", timeframe: str = "7day", username: str = None):
|
||||
await create_chart(
|
||||
ctx = ctx,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue