Assistant Module for Roblox
To install module:
npm install roblox-informer
To use the module, first require or import it in your project:
// CommonJS
const RobloxInformer = require("roblox-informer");
// ES6
import RobloxInformer from "roblox-informer";
Now, you can use module now
// Im bored
This module is licensed under the [ISC] license. For more information, see the License File.
- Removed node-fetch
- Added CommonJS support
- Added node-fetch
- Added ES6 support