From 19174f5cc2a02925f3b7adfec63c14e78294ab3f Mon Sep 17 00:00:00 2001 From: BlackFireHUN <33300671+BlackFireHUN@users.noreply.github.com> Date: Sun, 6 Jun 2021 21:57:28 +0200 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 // .....