Skip to content

Commit

Permalink
Full update to Discord.js V14
Browse files Browse the repository at this point in the history
* Feature Test by lars

+ Some code optimization
  • Loading branch information
InterfaceGUI committed May 31, 2023
1 parent 64c0aa7 commit d158c0b
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 94 deletions.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ config.HUBvcChannelID = process.env.HUB_ID || ''
config.DefaultRoleID = process.env.ROLE_ID || ''
config.categoryID = process.env.CATEGORY_ID || ''
config.prefix = process.env.PREFIX || ']'
config.owners = process.env.OWNERS.split(',') || ['']
config.owners = process.env.OWNERS ? process.env.OWNERS.split(',') : null || ['']

module.exports = { config }
2 changes: 1 addition & 1 deletion embeds.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { Client, PermissionsBitField, Permissions, TextInputComponent, MessageSel
const { config } = require('./config')

const flooter = {
"text": "TempVCs by Larshagrid#2620",
"text": "TempVCs by Larshagrid#2620 | ver 2023.5.31",
"iconURL": "https://cdn.discordapp.com/attachments/920732721981038712/986987686751506512/-1.jpg"
}

Expand Down
Loading

0 comments on commit d158c0b

Please sign in to comment.