mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
Bring discord protocol up to date with gamedig 3.0
This commit is contained in:
parent
d9310db38b
commit
fe124a4487
6 changed files with 43 additions and 29 deletions
|
|
@ -4,7 +4,8 @@ const Minimist = require('minimist'),
|
|||
Gamedig = require('..');
|
||||
|
||||
const argv = Minimist(process.argv.slice(2), {
|
||||
boolean: ['pretty','debug','givenPortOnly']
|
||||
boolean: ['pretty','debug','givenPortOnly'],
|
||||
string: ['guildId']
|
||||
});
|
||||
|
||||
const debug = argv.debug;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue