Skip to content

Commit

Permalink
Update README, /help, bump Node.js req.
Browse files Browse the repository at this point in the history
  • Loading branch information
retrixe committed Apr 21, 2021
1 parent 75cd274 commit de26a1a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The bot that created the iPhone X. It's strictly private. You may run it locally, but it's not a useful bot to others and tailored for a specific need.

**Requires Node.js 8.5.0 or higher.**
**Requires Node.js 10.4.0 or higher.**

It includes many different and useful commands, from games to tools, utilities, fun commands and moderation. It also uses Next.js to provide a web dashboard as part of the bot itself.

Expand Down Expand Up @@ -48,6 +48,7 @@ It's planned to have some nifty commands like /assistant which directly communic
- `/weather`
- `/say` | `/type`
- `/editLastSay`
- `/reminderlist`
- `/remindme`
- `/leave`
- `/ocr`
Expand All @@ -59,14 +60,16 @@ It's planned to have some nifty commands like /assistant which directly communic
- `/emojiImage`
- `/giverole` and `/takerole`
- `/notify`
- `/hastebin`
- `/suppress`

**Administrative commands.**

- `/deleteChannel` and `/editChannel`
- `/changeserverregion` and `/listserverregions`
- `/ban`, `/unban`, `/kick`, `/mute` and `/unmute`
- `/warn` and `/warnings` | `/clearwarns` and `/removewarn`
- `/addEmoji`, `/deleteEmoji` and `/editEmoji`
- `/deleteChannel` and `/editChannel`
- `/warn`, `/warnings`, `/clearwarns` and `/removewarn`
- `/changeserverregion` and `/listserverregions`
- `/perms`
- `/purge`
- `/slowmode`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Ibrahim Ansari <[email protected]>",
"license": "Apache-2.0",
"engines": {
"node": ">=6.5.0"
"node": ">=10.4.0"
},
"dependencies": {
"@material-ui/core": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion server/bot/commands/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ TP \`/request\` - Request a specific feature.
\`/ban\`, \`/unban\`, \`/kick\`, \`/mute\` and \`/unmute\`
\`/addEmoji\`, \`/deleteEmoji\` and \`/editEmoji\`
\`/deleteChannel\` and \`/editChannel\`
\`/warn\` and \`/warnings\` | \`/clearwarns\` and \`/removewarn\`
\`/warn\`, \`/warnings\`, \`/clearwarns\` and \`/removewarn\`
\`/changeserverregion\` and \`/listserverregions\`
\`/perms\` - Displays a particular member's permissions.
\`/purge\` - Bulk delete a set of messages.
Expand Down
2 changes: 1 addition & 1 deletion server/bot/commands/tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const handleAbout: Command = {
IveBot is a Discord bot written with Eris and care.
Unlike most other dumb bots, IveBot was not written with discord.js and has 0% copied code.
Built with community feedback mainly, IveBot does a lot of random stuff and fun.
IveBot 3.0 is planned to be a port to Eris with multiple new features and a complete rewrite.
IveBot 4.0 is planned to revamp the dashboard, make the code a lot more maintainable and use intents.
For information on what IveBot can do, type **/help** or **/halp**.
The source code can be found here: <https://github.com/retrixe/IveBot>
For noobs, this bot is licensed and protected by law. Copy code and I will sue you for a KitKat.`
Expand Down

0 comments on commit de26a1a

Please sign in to comment.