From bab8a09a80d34b41f7da32f9c5e29ef01607e5e1 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Tue, 28 Jan 2025 23:00:28 +0200 Subject: [PATCH] /stop-strings: update help --- public/scripts/power-user.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/public/scripts/power-user.js b/public/scripts/power-user.js index 2c1d5cd4c..30378faee 100644 --- a/public/scripts/power-user.js +++ b/public/scripts/power-user.js @@ -4075,7 +4075,18 @@ $(document).ready(() => { SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'stop-strings', aliases: ['stopping-strings'], - helpString: 'Sets a list of custom stopping strings. Gets the list if no value is provided.', + helpString: ` +
+ Sets a list of custom stopping strings. Gets the list if no value is provided. +
+
+ Examples: +
+ + `, returns: ARGUMENT_TYPE.LIST, unnamedArgumentList: [ SlashCommandArgument.fromProps({