coolest edit's

This commit is contained in:
2023-10-31 23:34:08 +07:00
parent c5f744fe46
commit aed9ef0664
12 changed files with 55 additions and 38 deletions
+6 -4
View File
@@ -1,9 +1,11 @@
import datetime
from custom_rules.permission import Permission
from vkbottle.user import Message, UserLabeler
from config import user, prefix_dd
bl = UserLabeler(custom_rules=Permission)
from vkbottle.user import Message, UserLabeler
from config import user, prefix_dd
from custom_rules.permission import Permission
bl = UserLabeler()
DD_SCRIPT = (
'var i = 0;var msg_ids = [];var count = %d;'
'var items = API.messages.getHistory({"peer_id":%d,"count":"200", "offset":"0"}).items;'