[cm] add reply when there are no banned stickerset list in db

This commit is contained in:
West14
2022-05-07 17:56:12 +03:00
parent 621fb27b46
commit 5eec35ba7d
@@ -75,6 +75,7 @@ public partial class BanStickerSet
var list = option.GetValue<List<string>>(); var list = option.GetValue<List<string>>();
if (list == null) if (list == null)
{ {
await Reply("Нет заблокированных наборов стикеров.");
return; return;
} }