Skip to content

Commit

Permalink
refactor(info): ♻️ refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
AnzhiZhang committed Feb 3, 2024
1 parent c5c81ec commit 2c3fa62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/info/info/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def on_load(server: PluginServerInterface, prev_module):
}
)
server.register_command(
Literal('!!info').
runs(
Literal('!!info')
.runs(
lambda src: src.reply(get_server_info(src.get_server()))
)
)
Expand Down

0 comments on commit 2c3fa62

Please sign in to comment.