gpt4 book ai didi

python - 如何在 discord.py 中使命令不区分大小写

转载 作者:太空狗 更新时间:2023-10-30 02:15:48 25 4
gpt4 key购买 nike

如果不为不同大小写添加许多别名,如何使命令不区分大小写,如下所示:

@bot.command(pass_context = True, name = 'test', aliases=['Test', 'tEst', 'teSt', 'tesT', 'TEst', 'TeSt', 'TesT', 'tESt', 'tEsT'])
async def test(self, ctx):
#do stuff

最佳答案

在重写分支上,commands.Bot 接受 case_insensitive参数

bot = commands.Bot(command_prefix='!', case_insensitive=True)

请注意,使用此功能会降低性能。

关于python - 如何在 discord.py 中使命令不区分大小写,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48120312/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com