PreMiD Presences

This repository contains the source code of all presences that are available in PreMiD Store. If you would like to publish your presence, please feel free to open a pull request.
Join our Discord!
## Requirements to create a presence - You must have the [latest TypeScript compiler](https://www.typescriptlang.org/#download-links) version installed - Basic knowlege of TypeScript ## Getting started We made a documentation to make your development process a little bit better and faster. You can see it [**here**](https://docs.premid.app/dev/presence). ## Folder structure ```bash presence ├── dist │ └── metadata.json ├── presence.ts └── tsconfig.json ``` For presences with ``iframe.ts``: ```bash presence ├── dist │ └── metadata.json ├── presence.ts ├── iframe.ts └── tsconfig.json ```