From f485c220c46d3e995280c5df19df0f358a89c421 Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Mon, 17 Sep 2018 20:30:09 +0200 Subject: [PATCH] Corrected typo --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 37a82db..b267feb 100644 --- a/index.js +++ b/index.js @@ -16,7 +16,7 @@ client.registry .registerDefaultTypes() .registerGroups([ ['fun', 'Fun commands'], - ['utility', 'Some usefull commands'], + ['utility', 'Some useful commands'], ['admin', 'Commands to make admin life easier'], ['owner', 'Commands the owner can use to manage the bot'], ])