mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
Remove extra logging
Whoops
This commit is contained in:
parent
5dd7446eae
commit
0128e4d972
1 changed files with 0 additions and 2 deletions
|
|
@ -7,9 +7,7 @@ class Discord extends Core {
|
||||||
}
|
}
|
||||||
|
|
||||||
async run(state) {
|
async run(state) {
|
||||||
console.log('SENDING HTTP Request');
|
|
||||||
this.usedTcp = true;
|
this.usedTcp = true;
|
||||||
console.log(this.options);
|
|
||||||
const raw = await this.request({
|
const raw = await this.request({
|
||||||
uri: 'https://discordapp.com/api/guilds/' + this.options.address + '/widget.json',
|
uri: 'https://discordapp.com/api/guilds/' + this.options.address + '/widget.json',
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue