diff --git a/main.py b/main.py index ba448a2e..0faebc04 100644 --- a/main.py +++ b/main.py @@ -936,7 +936,7 @@ async def autogrind(ctx:SlashContext): items[str(ctx.author.id)][items_reward[1]] += 1 items[str(ctx.author.id)][items_reward[2]] += 1 save() - localembed = discord.Embed(title="Autogrind has completed!", description=f"**Your rewards**\n\nYou got **{coins_reward}** coins!\nYou got **1 {items_reward[0]}**!\nYou got **1 {items_reward[1]}**!\nYou got **1 {items_reward[2]}!**", color=discord.Color.green()) + localembed = discord.Embed(title="Autogrind has completed!", description=f"**Your rewards**\n\nYou got **{coins_reward}** coins!\nYou got **1 {shopitem[items_reward[0]]['stylized name']}**!\nYou got **1 {shopitem[items_reward[1]]['stylized name']}**!\nYou got **1 {shopitem[items_reward[2]]['stylized name']}!**", color=discord.Color.green()) await ctx.author.send(embed = localembed) @slash.slash(