From e5be90256831f0612b2f5ac668d887e30ad602d7 Mon Sep 17 00:00:00 2001 From: Gus Caplan Date: Fri, 4 Aug 2017 03:46:10 -0500 Subject: [PATCH] where we're going we don't need referrers (#1749) --- src/util/Constants.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/util/Constants.js b/src/util/Constants.js index 9c11f9e85..0a2a72e31 100644 --- a/src/util/Constants.js +++ b/src/util/Constants.js @@ -60,8 +60,6 @@ exports.DefaultOptions = { $os: process ? process.platform : 'discord.js', $browser: 'discord.js', $device: 'discord.js', - $referrer: '', - $referring_domain: '', }, version: 6, },