Skip to content

Commit

Permalink
fix require
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Feb 3, 2024
1 parent 65d8116 commit f067e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/smee.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node

const program = require('commander')
const { program } = require('commander')
const { version } = require('../package.json')

const Client = require('..')
Expand Down

0 comments on commit f067e04

Please sign in to comment.