fix type in helpstring
This commit is contained in:
parent
044bd149cd
commit
acaae1b973
|
@ -35,7 +35,7 @@ export class SlashCommandHandler {
|
||||||
user - bool - auto execute on user message, e.g., user=true
|
user - bool - auto execute on user message, e.g., user=true
|
||||||
bot - bool - auto execute on AI message, e.g., bot=true
|
bot - bool - auto execute on AI message, e.g., bot=true
|
||||||
load - bool - auto execute on chat load, e.g., load=true
|
load - bool - auto execute on chat load, e.g., load=true
|
||||||
title - bool - title / tooltip to be shown on button, e.g., title="My Fancy Button"
|
title - string - title / tooltip to be shown on button, e.g., title="My Fancy Button"
|
||||||
`.trim();
|
`.trim();
|
||||||
const qrUpdateArgs = `
|
const qrUpdateArgs = `
|
||||||
newlabel - string - new text for the button, e.g. newlabel=MyRenamedButton
|
newlabel - string - new text for the button, e.g. newlabel=MyRenamedButton
|
||||||
|
|
Loading…
Reference in New Issue