Skip to content

Commit

Permalink
Update and rename block.py to Block.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Badhacker98 authored Oct 11, 2024
1 parent 7e03a89 commit 53ffc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shizuchat/modules/block.py → shizuchat/modules/Block.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from shizuchat.modules.helpers import mongo
from shizuchat.modules.helpers.mongo import db

@shizuchat.on_cmd(
@shizuchat.on_cmd(
filters.command("block") & filters.user(OWNER_ID)
)
async def block_func(_, message: Message):
Expand Down

0 comments on commit 53ffc3d

Please sign in to comment.