Skip to content

Commit

Permalink
Unused
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaSa1nt committed Jul 27, 2023
1 parent d15410b commit 1b60333
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,4 @@ function iconem(title, text, img, color = config.mainEmbedColor) {
content: "",
embeds: [e]
}
}

function bufferToStream(buffer) {
var stream = new Readable();
stream.push(buffer);
stream.push(null);
return stream;
}

0 comments on commit 1b60333

Please sign in to comment.