Skip to content

Commit

Permalink
Fixed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JaackCodesBots committed Jan 5, 2021
1 parent b902c6b commit 6b19db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const Discord = require('discord.js')
const client = new Discord.Client()
const guild = new Discord.Guild()
const { token, prefix, swears, logChannel } = require('./config.json')
const { token, prefix, swears, logChannel, staffRole, adminRole } = require('./config.json')
const commands = require('./commands.js')

//connect
Expand Down

0 comments on commit 6b19db4

Please sign in to comment.