Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H authored Jun 18, 2024
1 parent 8415148 commit a574142
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ This bot relies heavily on the purpose-made [NPM Library](https://www.npmjs.com/
## Notes
- Duplicated code is slowly being phased out in favour of helper classes found in the `common` folder.
- To reduce reads/writes, an in-memory cache is used alongside [Firestore](https://firebase.google.com/docs/firestore) - please don't mess with this.
- This repo is meant for viewing and attribution, hosting it yourself will not work.
- This repo is meant for viewing and attribution, hosting it yourself will **NOT** work.

## Features
✅ Written in **TypeScript** for type-safety and intellisense.<br>
✅ Uses modern **ESM** format which provides a nicer syntax and better module compatibility.<br>
**DiscordJS** commands and events have their own files for clarity and maintainability.<br>
**Firestore** database is used, allowing EMCS to be used seamlessly when EarthMC goes down.<br>
✅ Fast responses due to an in-memory cache and a fast request implementation provided by [Undici](https://undici.nodejs.org/#/?id=undicirequesturl-options-promise).
✅ Fast responses via an in-memory cache and fast HTTP client thanks to [Undici](https://undici.nodejs.org/#/?id=undicirequesturl-options-promise).

## Disclaimer
This project has the [Attribution-NonCommercial-ShareAlike 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.

<img width="180" src="https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by-nc-sa.png">

### You are free to:
**Share** - Copy and redistribute the material in any medium or format<p><p>
**Share** - Copy and redistribute the material in any medium or format\
**Adapt** - Remix, transform, and build upon the material

### Under the following terms:
Expand Down

0 comments on commit a574142

Please sign in to comment.