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,4 +1,4 @@
const request = require('superagent');
const request = require('node-superfetch');
const { DISCORD_BOTS_TOKEN } = process.env;
class BotListUtil {
+1 -1
View File
@@ -1,4 +1,4 @@
const request = require('superagent');
const request = require('node-superfetch');
const crypto = require('crypto');
const { IMGUR_KEY } = process.env;
const yes = ['yes', 'y', 'ye', 'yeah', 'yup', 'yea'];