diff --git a/shop/shop.py b/shop/shop.py index 681e4b7..f58a6d0 100644 --- a/shop/shop.py +++ b/shop/shop.py @@ -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()