From 3e0352d35b8cbd1fd64f9cee9c5a2c07abfdcd0b Mon Sep 17 00:00:00 2001 From: majmongoose Date: Thu, 25 Jul 2024 14:42:24 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f525a7d..67917be 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -# DiscordRoles \ No newline at end of file +# DiscordRoles + +This is a simple discord bot to create a message where users can self-assign roles. Many bots can already do this, but have limitaions as to how many roles they can do without paying. + +You must complete the config.json as described in the sample, and the CSV file for the roles as well. The CSV takes two values. The first value is the name of the role in the server, the second value is the name you want displayed on the button. Yes, it's that simple. + +If you have any feature requests feel free to make a PR.