Skip to content

Commit 316339f

Browse files
authored
fix(add sticker): removed error raising while adding stickers
1 parent ff0b8a4 commit 316339f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cogs/add_sticker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ async def finalize_pack(self, message: cog.Message, state: cog.FSMContext):
279279
)
280280
except Exception as e:
281281
await message.answer(f"Error adding sticker: {e}")
282-
raise e
282+
283283

284284
await message.answer(
285285
f'Your stickers have been successfully added to the pack "<a href="https://t.me/addstickers/{pack_full_name}">{pack_name}</a>"!',

0 commit comments

Comments
 (0)