⚡️ 修改源代码显示位置
This commit is contained in:
parent
81ab3f1cd4
commit
70ab161f28
@ -19,4 +19,4 @@ async def help(context):
|
|||||||
for command in sorted(help_messages, reverse=False):
|
for command in sorted(help_messages, reverse=False):
|
||||||
result += "`" + str(command)
|
result += "`" + str(command)
|
||||||
result += "`, "
|
result += "`, "
|
||||||
await context.edit(result[:-2] + "\n**发送 \"-help <命令>\" 以查看特定命令的帮助。**")
|
await context.edit(result[:-2] + "\n**发送 \"-help <命令>\" 以查看特定命令的帮助。** [源代码](https://github.com/xtaodada/PagerMaid-Modify/)")
|
||||||
|
@ -187,10 +187,3 @@ async def source(context):
|
|||||||
async def site(context):
|
async def site(context):
|
||||||
""" Outputs the site URL. """
|
""" Outputs the site URL. """
|
||||||
await context.edit("https://katonkeyboard.moe/pagermaid.html")
|
await context.edit("https://katonkeyboard.moe/pagermaid.html")
|
||||||
|
|
||||||
|
|
||||||
@listener(outgoing=True, command="sources",
|
|
||||||
description="显示 PagerMaid-Modify 存储库的URL。")
|
|
||||||
async def sources(context):
|
|
||||||
""" Outputs the repository URL. """
|
|
||||||
await context.edit("https://github.com/xtaodada/PagerMaid-Modify/")
|
|
||||||
|
Loading…
Reference in New Issue
Block a user