Skip to content

Commit

Permalink
Fix #6
Browse files Browse the repository at this point in the history
修正宣告錯誤
  • Loading branch information
InterfaceGUI committed Dec 30, 2023
1 parent 115abe2 commit 3e2fecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const config = {
var config = {
"token": "TOKEN",
"guild": "SERVER ID",
"HUBtxtChannelID": "leaveBlank",
Expand All @@ -21,4 +21,4 @@ config.categoryID = process.env.CATEGORY_ID || ''
config.prefix = process.env.PREFIX || ']'
config.owners = process.env.OWNERS ? process.env.OWNERS.split(',') : null || ['']

module.exports = { config }
module.exports = { config }

0 comments on commit 3e2fecc

Please sign in to comment.