Skip to content

Commit

Permalink
fix: add send all conv
Browse files Browse the repository at this point in the history
  • Loading branch information
i007c committed Jun 17, 2023
1 parent e4dc945 commit 47fc205
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bchat/modules/admin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@

from .misc import H_MISC
from .sendall import H_SENDALL_CONV
from .shop import H_SHOP

HANDLERS_ADMIN = [
*H_MISC,
*H_SHOP,
H_SENDALL_CONV
]

0 comments on commit 47fc205

Please sign in to comment.