about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2025-04-19 12:15:03 -0500
committergennyble <gen@nyble.dev>2025-04-19 12:15:03 -0500
commit407d34e99e8749950c835b8cb5e445e526e8cd40 (patch)
treeea39b2345cfa32e814c81a240ba94a21f584b016 /README.md
parent0e19486350b36de6d88a289cf27ccf8f23008587 (diff)
downloadleaberblord-407d34e99e8749950c835b8cb5e445e526e8cd40.tar.gz
leaberblord-407d34e99e8749950c835b8cb5e445e526e8cd40.zip
blorb
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