diff options
author | gennyble <gen@nyble.dev> | 2025-08-18 20:25:28 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-08-18 20:25:28 -0500 |
commit | adcca243f02a3b34780f77b3b15f1ef7c581d99c (patch) | |
tree | 79a8e2845541fef970f4cdbb6e0d9966f146dad2 | |
parent | db62e4ab9c54a370e15ad6944963b2ceb8d2638b (diff) | |
download | leaberblord-adcca243f02a3b34780f77b3b15f1ef7c581d99c.tar.gz leaberblord-adcca243f02a3b34780f77b3b15f1ef7c581d99c.zip |
add revise command to readme
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md index 944ee69..869f3b3 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,15 @@ Uh oh, the code is kinda bad. [Invite Link](https://discord.com/oauth2/authorize?client_id=1363055126264283136&permissions=2048&integration_type=0&scope=bot+applications.commands) +[Invite Link](https://discord.com/oauth2/authorize?client_id=1363494986699771984&permissions=2048&integration_type=0&scope=bot+applications.commands) + **Commands** - `about`: Get information about the bot. - `leaderboard`: Displays the leaderboard. With an optional `[style]` argument to change how it displays. -- `points [points] [user]`: Change the points of the mentioned users +- `points [points] [users]`: 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. +- `revise [points] [users] [date]`: Change the points of the mentioned users, and make that change apply to some different date than today. **Leaderboard Display Options** The leaderboard display options, the `style` argument of the leaderboard command, change how ties are displayed. Ties will always be ordered by who was there sooner. |