Skip to content

Commit

Permalink
oh why message
Browse files Browse the repository at this point in the history
  • Loading branch information
mirdukkkkk committed Feb 3, 2024
1 parent bc246f7 commit c0206a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/managers/BansManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class BansManager extends BaseManager {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
token: message.client.config.insideToken,
token: client.config.insideToken,
action: false
})
});
Expand Down

0 comments on commit c0206a3

Please sign in to comment.