Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackante authored Oct 30, 2022
1 parent cce3294 commit e8bb770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,6 @@ if (typeof maint == "string" && maint.startsWith("config-")) {

client.on("error", (e) => console.error(e))

client.login(process.env.TOKENs)
client.login(process.env.TOKEN)

module.exports = { client }

0 comments on commit e8bb770

Please sign in to comment.