Latest packet handling, parsing, enums, generators, etc..
This commit is contained in:
@@ -13,5 +13,8 @@ const bot = new nmv.Bot(loginParameters);
|
||||
bot.Login().then(() =>
|
||||
{
|
||||
|
||||
}).catch((error) =>
|
||||
{
|
||||
console.error(error);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user