Skip to content

Commit

Permalink
missing fs in sticker
Browse files Browse the repository at this point in the history
  • Loading branch information
Kry9toN committed Jan 21, 2021
1 parent 04c2ee6 commit f807b2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command/sticker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
const { exec } = require('child_process')
const { getRandom } = require('../utils/functions')
const ffmpeg = require('fluent-ffmpeg')
const fs = require('fs')

module.exports = {
name: 'sticker',
Expand Down

0 comments on commit f807b2c

Please sign in to comment.