mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
[cm] add reply when there are no banned stickerset list in db
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user