about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 7 insertions, 10 deletions
diff --git a/README.md b/README.md
index e3707ce..9dc625d 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,10 @@
 EMBOARD is end-of-life and I have a need for a leaderboard bot.
 How hard could it be?
 
-Requirements:
-we want to match EMBOARDs interface. here are the commands it supports:
-- `leaderboard`
-	Displays the top 10 members in the leaderboard. 
-- `clearpoints [user]`
-	Clears the points from a user
-- `addpoints [points] [user]`
-	Add [points] to [users] (could be multiple, just mention them in [users] argument).
-- `removepoints [points] [user]`
-	ove [points] to [users] (could be multiple, just mention them in [users] argument).
\ No newline at end of file
+Uh oh, the code is kinda bad.
+
+Requirements- We want to do what emboard can at least. here is what we do so far.  
+- `leaderboard`: Displays the leaderboard.  
+- `points [points] [user]`: Change the points of the mentioned users  
+- `permission none`: No permissions are required to change the score; anyone may set the score. This command requires the Manage Server permission.  
+- `permission role [role]`: A specific role is required to change the score. This command requires the Manage Server permission.  
\ No newline at end of file