Currently, this package is in beta, it does not have many features.
If you are looking to test my package, I have the following example:
const dsc=;const token='youputyourtokenhere';const client=token prefix: '>' ownerID: '186480997586436106';client;client;client;
If you run this snippet, and send >say arguments are cool "Hello parser!" -y --flag --anotherflag:value "--somanyflags:are cool"
, it will print this to console:
{ cmd: 'say',
args: [ 'arguments', 'are', 'cool', 'Hello parser!' ],
flags:
{ y: true,
flag: true,
anotherflag: 'value',
somanyflags: 'are cool' },
raw: '>say arguments are cool "Hello parser!" -y --flag --anotherflag:value "--somanyflags:are cool"' }