From 1cc9f8ed48ad0585b911a08889a5335e87cd9659 Mon Sep 17 00:00:00 2001 From: AwesomeAim <30537683+AwesomeAim@users.noreply.github.com> Date: Thu, 17 Mar 2022 20:31:51 -0700 Subject: [PATCH] Fix typo Rools card --- bin/config_sample/text/commandhelp.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/config_sample/text/commandhelp.json b/bin/config_sample/text/commandhelp.json index 299b66f..3941903 100644 --- a/bin/config_sample/text/commandhelp.json +++ b/bin/config_sample/text/commandhelp.json @@ -112,7 +112,7 @@ { "name":"roll", "usage":"/roll 'face' 'die'", - "text":"Rools dice and sends the results to the area. The first argument is the amount of faces each die should have. The second argument is the amount of dice that should be rolled. Both arguments are optional." + "text":"Rolls dice and sends the results to the area. The first argument is the amount of faces each die should have. The second argument is the amount of dice that should be rolled. Both arguments are optional." }, { "name":"rollp", @@ -674,4 +674,4 @@ "usage":"/clearcustom", "text":"Removes all custom songs from the area." } -] \ No newline at end of file +]