I'm getting this error on "callback", this is the only part of the code where I use it. Thanks.
throw new TypeError('"callback" argument must be a function');
Error and code: https://pastebin.com/tbfdMdEK
Thank you!
I'm getting this error on "callback", this is the only part of the code where I use it. Thanks.
throw new TypeError('"callback" argument must be a function');
Error and code: https://pastebin.com/tbfdMdEK
Thank you!
client.chatMessage(steamID, Config.options.successMessage, callback);