Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Fruityisgood authored Nov 20, 2021
1 parent 0d0b1d5 commit e905268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { Client, Intents, MessageActionRow, MessageSelectMenu } = require('discor
// create a new Discord client
const client = new Client({ intents: [Intents.FLAGS.GUILDS] });

const {token , r1 , r2 ,r3 ,r4,r5 , r1m , r2m , r3m , r4m , r5m} = require('./config.json')
const {token , r1 , r2 ,r3 ,r4,r5 , r1m , r2m , r3m , r4m , r5m} = require('./config.js')
//event triggered when the client is ready/online logs ready {@type string} in the console


Expand Down

0 comments on commit e905268

Please sign in to comment.