Skip to content

Commit

Permalink
Merge pull request #114 from danclay/redirect-to-new-repo
Browse files Browse the repository at this point in the history
Update to redirect to the new repo
  • Loading branch information
danclay authored Jan 15, 2024
2 parents af743fa + b47e383 commit fd0565f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 75 deletions.
7 changes: 0 additions & 7 deletions .github/dependabot.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/build-dev.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/ci.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/publish.yml

This file was deleted.

6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
**⚠️ This repo will no longer be updated since eris-fleet has been moved to a monorepo to make adaptation of it for the [Oceanic library](https://github.com/OceanicJS/Oceanic) easier. This monorepo is [wumpus-navy](https://github.com/danclay/wumpus-navy). For the latest version see the monorepo. Eris-fleet the package is not deprecated and the npm package will be updated under the same name as before. This repo is deprecated.**

**The documentation has moved as well: [https://danclay.github.io/wumpus-navy/](https://danclay.github.io/wumpus-navy/)**

<div align="center">
<p>
<a href="https://github.com/abalabahaha/eris"><img src="https://img.shields.io/badge/Discord%20Library-Eris-blue?style=flat-square" alt="Discord Library" /></a>
Expand Down Expand Up @@ -287,4 +291,4 @@ const Admiral = new Fleet(options);

## Using ES Modules

Instead of using the file path, you can use ES Modules by passing your BotWorker class to `options.BotWorker` and your ServiceWorker class to `ServiceWorker` in the `options.services` array. See [test/](https://github.com/danclay/eris-fleet/tree/master/test) for examples.
Instead of using the file path, you can use ES Modules by passing your BotWorker class to `options.BotWorker` and your ServiceWorker class to `ServiceWorker` in the `options.services` array. See [test/](https://github.com/danclay/eris-fleet/tree/master/test) for examples.

0 comments on commit fd0565f

Please sign in to comment.