我以前从未使用bash,有人能告诉我如何组合这两个命令吗?(只打开游戏一次)
改变语言,打开游戏。
open /Applications/League\ of\ Legends.app --args --locale=zh_CN
添加语音聊天,并打开游戏。
cd '/Applications/League of Legends.app/Contents/LoL/'
./LeagueClient.app/Contents/MacOS/LeagueClient
感谢你的帮助
我在试着编写一个命令,让作者语音通道中的每个成员都静音。我这样做是为了让我自己和我的朋友们在切换到游戏中的语音聊天时可以将自己静音。但由于我不能解释的原因,我永远不能让它工作。下面是我的代码: @commands.command()
@commands.has_permissions(mute_members=True)
async def mute(self, ctx):
if ctx.author.voice and ctx.author.voice.channel:
channel = ctx.author.voice.channel
for m