diff --git a/README.md b/README.md index f404224..bb0b9f6 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ discraft [command] - `discraft start`: Start the production server. - `discraft test token`: Test your bot token and client ID. - `discraft add command`: Create a new command file. +- `discraft add event`: Create a new event handler file. - `discraft help`: Display available commands and help options. ## Project Structure diff --git a/package.json b/package.json index c61e295..28cea2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discraft", - "version": "1.5.5-beta.3", + "version": "1.5.5", "description": "Like Next.js, but for Discord bots", "main": "index.js", "type": "module",