Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
colehammond65 committed Jan 9, 2024
1 parent a3b0d26 commit c288b0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ client.on('ready', (c) => {
readOnlyRoles = config.readOnlyRoleIds.map(id => server.roles.cache.find(role => role.id === id));
channel = server.channels.cache.get(config.channelID);

client.application.commands.set()
ready = true;
})

Expand Down

0 comments on commit c288b0d

Please sign in to comment.