diff --git a/README.md b/README.md index 26099f8..a9769ea 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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` @@ -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` diff --git a/package.json b/package.json index 5f99d83..05668c7 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "author": "Ibrahim Ansari ", "license": "Apache-2.0", "engines": { - "node": ">=6.5.0" + "node": ">=10.4.0" }, "dependencies": { "@material-ui/core": "^3.0.1", diff --git a/server/bot/commands/help.ts b/server/bot/commands/help.ts index a8adc2f..05d5bcd 100644 --- a/server/bot/commands/help.ts +++ b/server/bot/commands/help.ts @@ -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. diff --git a/server/bot/commands/tools.ts b/server/bot/commands/tools.ts index 0e1bee5..e54f6f8 100644 --- a/server/bot/commands/tools.ts +++ b/server/bot/commands/tools.ts @@ -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: For noobs, this bot is licensed and protected by law. Copy code and I will sue you for a KitKat.`