commandをつくるときargを入力しないときでも動かす方法

command /test <text>:
trigger:
if arg is "1":
send "a"
else if arg is "2":
send "b"
command /test <text>:
trigger:
if arg is "1":
send "a"
else if arg is "2":
send "b"
というのを書いてみたのですが、もしargが入力されていないときでも動かす方法はありますか? 普段はusage:/test <text>みたいなのが出ちゃうんですけど...
4 Replies
tanoKun
tanoKun2y ago
command /test [<text>]:
trigger:
if arg is "1":
send "a"
else if arg is "2":
send "b"
command /test [<text>]:
trigger:
if arg is "1":
send "a"
else if arg is "2":
send "b"
oishiigohan
oishiigohanOP2y ago
ありがとうございます! このとき、無いときの処理は if arg is not set: 処理 的な感じで書けばいいんでしょうか?
soramame_256
soramame_2562y ago
un
oishiigohan
oishiigohanOP2y ago
ありがとうございます!
Want results from more Discord servers?
Add your server