2.1.2 • Published 3 months ago

reciple-anticrash v2.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

Reciple Anticrash

A simple crash handler for Reciple

Usage

npm i reciple-anticrash

Create a new module and export the module instance.

// Create new module instance
import { RecipleAnticrash } from 'reciple-anticrash';

export default new RecipleAnticrash();
// or
export default new RecipleAnticrash(['0000000000000000000']); // Send error report to channels
// Use default module instance
import anticrash from 'reciple-anticrash/module';

export default anticrash;
2.1.2

3 months ago

2.1.1

6 months ago

2.0.0-dev.0

7 months ago

2.1.0

6 months ago

2.0.0

7 months ago

1.1.3

9 months ago

1.1.2

9 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.1

11 months ago

1.0.0

12 months ago