Skip to content

Commit

Permalink
🙃
Browse files Browse the repository at this point in the history
  • Loading branch information
DoroWolf authored Mar 21, 2024
1 parent 4871a92 commit aa2a6f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/wiki/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

rc_ = module('rc', developers=['OasisAkari'], recommend_modules='wiki')

@rc_.command()
@rc_.command('[-l] {{wiki.help.rc}}',
options_desc={'-l': '{help.option.l}'},
available_for=['QQ', 'QQ|Group'])
Expand Down Expand Up @@ -47,6 +48,7 @@ async def rc_loader(msg: Bot.MessageSession):
ab_ = module('ab', developers=['OasisAkari'], recommend_modules='wiki')


@ab_.command()
@ab_.command('[-l] {{wiki.help.ab}}',
options_desc={'-l': '{help.option.l}'},
available_for=['QQ', 'QQ|Group'])
Expand Down

0 comments on commit aa2a6f0

Please sign in to comment.