Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
/ msgroom-bot Public archive

Make a bot for windows 96's msgroom. Native support for commands.--This never actually got deleted, just privated

License

Notifications You must be signed in to change notification settings

stretch07/msgroom-bot

Repository files navigation

msgroom-bot

A Javascript library to create a Windows96 MsgRoom bot using Node.js.
Please note that this is NOT the official API for creating MsgRoom bots. The official API is not yet publicly released.

Features

Native command support

Support for command prefixes. Commands trigger a function that the bot handles.

Automatic entity decoding

Your bot receives the decoded HTML entities for conveniance.

Native image support

Coming soon - native image support for your bot.

Installation

Run npm i msgroom-bot and import msgroom-bot into your library. That's it!

Usage

View installation for help on the basics of this library.
Some quick tips and reminders:

  • Do not use strict equality operators when checking if arguments are primitive values that aren't strings. Your code will fail if you do this. Arguments will always be strings.

Contributing

Feel free to open forks and pull requests. Below are some notable contributors.

Lead Developers

Maintainers

About

Make a bot for windows 96's msgroom. Native support for commands.--This never actually got deleted, just privated

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks