diff options
author | gennyble <gen@nyble.dev> | 2025-08-02 19:47:29 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-08-02 19:47:29 -0500 |
commit | 0150fce1af73affcbe0d58a439fc7277be027059 (patch) | |
tree | e78c1734145ab52b62f99a8a579f0007eae503a4 /README.md | |
parent | 0e3f1550d960dc47751ca4196e894d1aeea5afd2 (diff) | |
download | leaberblord-0150fce1af73affcbe0d58a439fc7277be027059.tar.gz leaberblord-0150fce1af73affcbe0d58a439fc7277be027059.zip |
about command
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index e515a22..d33bf21 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -EMBOARD is end-of-life and I have a need for a leaderboard bot. +EMBOARD is end-of-life and I have a need for a leaderboard bot. How hard could it be? Uh oh, the code is kinda bad. @@ -6,6 +6,7 @@ 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) Requirements- We want to do what emboard can at least. here is what we do so far. +- `about`: Get information about the bot. - `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. |