/stop-strings: add aliases

0c9676e7fce30549b73214247147ec464566aa6f

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/scripts/power-user.js+1 -1
@@ -4074,7 +4074,7 @@ $(document).ready(() => {
4074 }));4074 }));
4075 SlashCommandParser.addCommandObject(SlashCommand.fromProps({4075 SlashCommandParser.addCommandObject(SlashCommand.fromProps({
4076 name: 'stop-strings',4076 name: 'stop-strings',
4077 aliases: ['stopping-strings'],4077 aliases: ['stopping-strings', 'custom-stopping-strings', 'custom-stop-strings'],
4078 helpString: `4078 helpString: `
4079 <div>4079 <div>
4080 Sets a list of custom stopping strings. Gets the list if no value is provided.4080 Sets a list of custom stopping strings. Gets the list if no value is provided.