Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shnimlz/shni-moka
Dependecia exclusivamente para bots de discord con comandos de reaccion.
https://github.com/shnimlz/shni-moka
anime discord discord-js emojis gifs reactions
Last synced: about 23 hours ago
JSON representation
Dependecia exclusivamente para bots de discord con comandos de reaccion.
- Host: GitHub
- URL: https://github.com/shnimlz/shni-moka
- Owner: Shnimlz
- Created: 2024-11-20T22:07:32.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-21T17:20:04.000Z (about 1 month ago)
- Last Synced: 2024-12-21T07:48:00.333Z (6 days ago)
- Topics: anime, discord, discord-js, emojis, gifs, reactions
- Language: TypeScript
- Homepage: https://amayomoka.com/v1/endpoints
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> [!IMPORTANT]
> Esta dependecia sigue en testeo, puede que haya varios errores!> [!NOTE]
> Si quieres apoyar subiendo mas reacciones puedes unirte a nuestro discord
> https://discord.gg/kJYFTSjrHB# Moka API
Este proyecto es para uso de bots de discord
Comandos como reacciones entre otras variantes.### Install
```bash
npm install @shni/moka
```### Usage
La dependecia fue creada en ts pero puede ser compilada en js, pero requieres tener activado los "imports".
```ts
import MokaAPI from "@shni/moka";async function main() {
const moka = new MokaAPI();try {
const sipGif = await moka.getWave();
console.log(sipGif);
} catch (error) {
console.error("Error:", error);
}
}main();
```> [!WARNING]
> Estos metodos son de la version 1.1, no todos los metodos estan disponibles.### Method GET
- sip
- wave
- airkiss
- angrystare
- bite
- bleh
- blush
- brofist
- celebrate
- cheers
- clap
- confused
- cool
- cry
- cuddle
- dance
- drool
- evillaugh
- facepalm
- handhold
- happy
- headbang
- hug
- huh
- kiss
- laugh
- lick
- love
- mad
- nervous
- no
- nom
- nosebleed
- nuzzle
- nyah
- pat
- peek
- pinch
- poke
- pout
- punch
- roll
- run
- sad
- scared
- shout
- shrug
- shy
- sigh
- slap
- sleep
- slowclap
- smack
- smile
- smug
- sneeze
- sorry
- stare
- stop
- surprised
- sweat
- thumbsup
- tickle
- tired
- wink
- woah
- yawn
- yay
- yes