Skip to content

Commit

Permalink
fix: stupid mistake, sniper will be same as before now.
Browse files Browse the repository at this point in the history
  • Loading branch information
eternal committed Feb 5, 2021
1 parent 437287d commit 74ef3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const NitroSniper = require('./Nitro');

module.exports = class Sniper extends Client {
constructor() {
super(mergeDefault(ClientOptions, constants.clientOp));
super(mergeDefault(ClientOptions, constants.clientOptions));

this.nitro = new NitroSniper(this);
this.giveaway = new GiveawaySniper(this);
Expand Down

0 comments on commit 74ef3d6

Please sign in to comment.