Update item creation completion message in ItemManager to simplify user feedback and enhance clarity.
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run

This commit is contained in:
Valerie 2025-05-26 20:27:22 -04:00
parent 1b77d537be
commit 6eedb65625

View file

@ -1659,7 +1659,7 @@ class ItemManager:
await self.ctx.send(f"Created new shop: {shop.content}")
await self.add(data, shop.content, name, new_allowed=True)
await self.ctx.send("Item creation complete. Check your logs to ensure it went to the appropriate shop.")
await self.ctx.send("Item creation complete.")
async def delete(self):
shop_list = await self.instance.Shops.all()