3.0.5 • Published 3 years ago

amino v3.0.5

Weekly downloads
77
License
ISC
Repository
github
Last release
3 years ago

Discord Shield Size Downloads

Examples:

Search for a community's id

import * as Amino from "amino";

// Uses default 'g' community if none is specified
const client = new Amino.Client();

client.login("myEmail@gmail.com", "myAccountsPassword")
.then(async () => {
    const overwatchAmino = await client.searchCommunities("overwatch")[0]
    console.log(overwatchAmino.ndcId); // Pull the community ID
})

Start a chatbot on a community:

import * as Amino from "amino";

// Furry Amino's ID (235196899)
const client = new Amino.Client("235196899")

client.login("myEmail@gmail.com", "myAccountsPassword")
.then(() => {
    // Start the websocket listener
    // This is optional if you don't want to use chat features.
    client.listen()
})

client.on("message", async (message) => {
    if (message.content == "!ping") {
        await message.reply(`${message.author.nickname}, Pong!`)
    }
})

Contribution & Requests

Requests

Enjoying the library? Good! Have something you want to see in it? Awesome! Please make a new issue in the github repository, and I'll get to it promptly!

There's still a lot of things I need to add, so if something's important to you, I'll put it at the top of my amino to-do list!

I need help!

Okay, join my discord and I can help you with any issue. The discord is at the top of the ReadMe.

Contribution Guidelines

  • All pull requests must provide valid reason for the change / implementation
  • All CORE CHANGES require an issue made before the PR will be looked at
  • All PR's must follow the general structure of this code base.
  • New structures must be defined similarely to how they are in the ./src/structs directory, with the typings below the class.
  • If you have any questions, feel free to make an issue and i'll answer asap!
3.0.4

3 years ago

3.0.5

3 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.0.6

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

1.1.5

11 years ago

1.1.4

11 years ago

1.1.3

12 years ago

1.1.2

12 years ago

1.0.2

12 years ago

1.0.0

12 years ago

0.13.6

12 years ago

0.13.5

12 years ago

0.13.4

12 years ago

0.13.3

12 years ago

0.13.1

12 years ago

0.13.0

12 years ago

0.12.1

12 years ago

0.12.0

12 years ago

0.11.1

12 years ago

0.11.0

12 years ago

0.10.0

12 years ago

0.9.0

12 years ago

0.8.0

12 years ago

0.7.0

12 years ago

0.6.1

12 years ago

0.5.1

12 years ago

0.5.0

12 years ago

0.4.0

12 years ago

0.3.0

12 years ago

0.2.0

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago