Switch to YET ANOTHER UNTESTED HTTP LIB! (But it's okay I made this one)

This commit is contained in:
Daniel Odendahl Jr
2018-06-10 00:26:58 +00:00
parent 813760acad
commit c8d78901c7
133 changed files with 139 additions and 147 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
const Command = require('../../structures/Command');
const { createCanvas, loadImage } = require('canvas');
const request = require('superagent');
const request = require('node-superfetch');
const path = require('path');
module.exports = class FrameCommand extends Command {