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');