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
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run
This commit is contained in:
parent
1b77d537be
commit
6eedb65625
1 changed files with 1 additions and 1 deletions
|
@ -1659,7 +1659,7 @@ class ItemManager:
|
||||||
await self.ctx.send(f"Created new shop: {shop.content}")
|
await self.ctx.send(f"Created new shop: {shop.content}")
|
||||||
|
|
||||||
await self.add(data, shop.content, name, new_allowed=True)
|
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):
|
async def delete(self):
|
||||||
shop_list = await self.instance.Shops.all()
|
shop_list = await self.instance.Shops.all()
|
||||||
|
|
Loading…
Add table
Reference in a new issue