Skip to content

Commit

Permalink
🔧 fix embed import in auth
Browse files Browse the repository at this point in the history
  • Loading branch information
betich committed Jul 25, 2021
1 parent da00213 commit 389d8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Authentication.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const firebase = require('firebase')
const { guildId } = require('../../config.json')
const Embed = require('../../lib/Embed')
const Embed = require('./Embed')

module.exports = Authenticate

Expand Down

0 comments on commit 389d8f5

Please sign in to comment.