From 2c4da3c2472f57e152a36b82b598a2f179785493 Mon Sep 17 00:00:00 2001 From: kry008 Date: Thu, 23 May 2024 21:42:34 +0200 Subject: [PATCH] author --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index c545275..12058a0 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,4 @@ +//Author: KRY008 const { Client, Events, GatewayIntentBits, Collection, PermissionsBitField } = require('discord.js'); const { token, prefix, wwwport } = require('./config.json'); const fs = require('fs');