From 3de028ba996c92c72cb06c2e589976f7b38174e6 Mon Sep 17 00:00:00 2001 From: MaybeGoogle <30007491+MaybeGoogle@users.noreply.github.com> Date: Wed, 25 Oct 2017 23:43:51 -0500 Subject: [PATCH] the grammar thing Sorry, I didn't get what you meant the first time. hopefully this is the right file. --- src/NadekoBot/data/command_strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NadekoBot/data/command_strings.json b/src/NadekoBot/data/command_strings.json index 1920090f..29cf1eec 100644 --- a/src/NadekoBot/data/command_strings.json +++ b/src/NadekoBot/data/command_strings.json @@ -625,7 +625,7 @@ }, "roles": { "Cmd": "roles", - "Desc": "List roles on this server or a roles of a specific user if specified. Paginated, 20 roles per page.", + "Desc": "List roles on this server or roles of a user if specified. Paginated, 20 roles per page.", "Usage": [ "{0}roles 2", "{0}roles @Someone" @@ -3055,4 +3055,4 @@ "{0}autodc" ] } -} \ No newline at end of file +}