diff --git a/readme.md b/readme.md index 8a62d1f..5358a00 100644 --- a/readme.md +++ b/readme.md @@ -67,7 +67,7 @@ const _PORT = process.env.PORT || 8080; // basic discord,js BOT requirement const Discord = require("discord.js"); -const client = Discord.Client(); +const client = new Discord.Client(); // some handler command // .....