From 33b7b306f0f6e1898db761bd5d915ec5e1bd07f7 Mon Sep 17 00:00:00 2001 From: Alex Abenoja Date: Tue, 19 Mar 2019 11:04:31 -0600 Subject: [PATCH] add !story to !help contents --- modules/SW.GENESYS/help.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/SW.GENESYS/help.js b/modules/SW.GENESYS/help.js index 6f254ef..3a8159d 100644 --- a/modules/SW.GENESYS/help.js +++ b/modules/SW.GENESYS/help.js @@ -137,6 +137,7 @@ function help(bot, message, topic, prefix) { .addField(`${prefix}roll`, 'rolls any combination of SWRPG/GENESYS dice.') .addField(`${prefix}reroll`, 'modifies the previous roll.') .addField(`${prefix}destiny`, 'manages the destiny balance.') + .addField(`${prefix}story`, 'manages the story balance.') .addField(`${prefix}crit`, 'rolls and displays the critical hit.') .addField(`${prefix}shipcrit`, 'rolls and displays the ship critical hit.') .addField(`${prefix}char`, 'simple character stat manager.')