updated export plugin to babase.Plugin

This commit is contained in:
Loup-Garou911XD 2025-06-24 00:55:09 +05:30
parent 1b54dc397b
commit 118bcc9571
48 changed files with 91 additions and 85 deletions

View file

@ -46,8 +46,6 @@ def wave_emote():
last_len_msg = len(bs.get_chat_messages())
print(last_len_msg, "last_len_msg")
# ba_meta export plugin
# ba_meta export babase.Plugin
class brostos(babase.Plugin):
timer = bs.AppTimer(0.5, wave_emote, repeat=True)