Anh Hong
Anh Hong
My idea is use for option(in setting), the user chooses close or not: - Release all window when close `Multrin`(default) - Close all window when close `Multrin`
You set `pageID` is your page's id or `00000000000` ??
Oh, you should set it to your page it. `00000000000` is example. If you use `00000000000`, it same that you don't set it. Please change it to your pageId and...
Because you use `0` so [v.message.sender_fbid.toString() === ctx.globalOptions.pageID](https://github.com/Schmavery/facebook-chat-api/blob/61ddf3ce02767ac5c04f93232567cc7e67fb1afe/src/listen.js#L380) is `false` And your bot think that someone send to you.
> @hong4rc I'd be interested in helping you rewrite this, but where does one even start? https://github.com/hong4rc/node-facebook work for old version Facebook. But I don't have much time to maintain...
I have some idea: - `--config` flag conflict with `--config` flag of `deno`, we can change to another name for config or ignore `--config` flag if no command (use for...
1bd29294bfc2c1b05f2615151b20fecbe9285979 @eliassjogreen Can you revert the check option in that commit? I think we only allow the option if it is the first argument. 
@eliassjogreen Are you want to use this or force --config is the first argument?
Window 10: 19042.630 ``` $ deno --version deno 1.5.4 (bc79d55, release, x86_64-pc-windows-msvc) v8 8.8.278.2 typescript 4.0.5 $ denon -v [*] [main] v2.4.4 ``` Create `denopack.ts` file: ```ts console.log('this is denopack');...
@eejdoowad Can you response this issue? Thank you.