Remove extra logging

Whoops
This commit is contained in:
Tom 2020-01-04 13:43:35 +00:00
parent 5dd7446eae
commit 0128e4d972
No known key found for this signature in database
GPG Key ID: 6A9F111228283C55
1 changed files with 0 additions and 2 deletions

View File

@ -7,9 +7,7 @@ class Discord extends Core {
}
async run(state) {
console.log('SENDING HTTP Request');
this.usedTcp = true;
console.log(this.options);
const raw = await this.request({
uri: 'https://discordapp.com/api/guilds/' + this.options.address + '/widget.json',
});