From f96c1e199620a8e1d304a7ef448ea9fee506265e Mon Sep 17 00:00:00 2001 From: Andrew Sokolov Date: Mon, 12 Jul 2021 19:00:23 +0300 Subject: [PATCH] Update README.md with role changes --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d797166..803d60b 100644 --- a/README.md +++ b/README.md @@ -84,11 +84,12 @@ Create a file called `config.json` in the project directory with the contents: { "prefix":"!mark", "game":"\"!mark help\" for help", - "token":"k5NzE2NDg1MTIwMjc0ODQ0Nj.DSnXwg.ttNotARealToken5p3WfDoUxhiH" + "token":"k5NzE2NDg1MTIwMjc0ODQ0Nj.DSnXwg.ttNotARealToken5p3WfDoUxhiH", + "role": "Bot users" } ``` -Feel free to change the command prefix, game display. Add your bot token. +Feel free to change the command prefix, game display. Add your bot token. Role is optional, if it is set, only the users who have that role can use text generation. #### Install and Run