fix collage
This commit is contained in:
parent
10bf90f1be
commit
71958377a5
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import utils as u
|
||||||
def setup(bot: bot.Bot):
|
def setup(bot: bot.Bot):
|
||||||
@bot.command(name="chart", aliases=["c", "chartalbum", "albumchart", "collage"])
|
@bot.command(name="chart", aliases=["c", "chartalbum", "albumchart", "collage"])
|
||||||
@bot.slash_command(name="chartalbum", description="Generate an album collage.")
|
@bot.slash_command(name="chartalbum", description="Generate an album collage.")
|
||||||
async def chart_album(ctx: nerimity.Context, size: str = "3x3", timeframe: str = "7day", username: str = None):
|
async def chartalbum(ctx: nerimity.Context, size: str = "3x3", timeframe: str = "7day", username: str = None):
|
||||||
temp_msg = None
|
temp_msg = None
|
||||||
|
|
||||||
if 'x' not in size:
|
if 'x' not in size:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue