AutumnRivers / Presences

πŸ›’ Storage for Presences located at our Presence Store.

Home Page:https://premid.app/store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Requirements to create a presence

  • If coding with TypeScript, you must have the latest TypeScript compiler version installed
  • Basic knowlege of JavaScript or TypeScript

Note: If you code your presence with TypeScript, you must first compile presence.ts to presence.js and put the js file along with metadata.json in /dist

Getting started

We made a documentation to make your development process a little bit better and faster.
You can see it here.

Folder structure

/presences
└─ /(presence - If coded with TypeScript, make sure to include `presence.ts`, and `tsconfig.json`)
   └─ /dist (contains code that will be used in store, must have `metadata.json` and `presence.js` in it.)

About

πŸ›’ Storage for Presences located at our Presence Store.

https://premid.app/store

License:Mozilla Public License 2.0


Languages

Language:TypeScript 99.9%Language:JavaScript 0.1%