From e17877548c207a8ec810477c710ac0fc6b3c1d1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Hor=C3=A1=C4=8Dek?= Date: Mon, 30 Mar 2020 10:46:36 +0200 Subject: [PATCH] Testing ready event --- events/ready.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/events/ready.js b/events/ready.js index e69de29..3a9cd83 100644 --- a/events/ready.js +++ b/events/ready.js @@ -0,0 +1,3 @@ +module.exports = (client) => { + console.log('Discord client ready!'); +}; \ No newline at end of file