Skip to content

SleepyYui/amari-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AmariGo

AmariGo is a Go library for the AmariBot API.

Installation

go get github.com/sleepyyui/amari-go

Usage Example

package main

import (
    "fmt"
    "github.com/sleepyyui/amari-go"
)

func main() {
    bot := amarigo.New("token")
    user, err := bot.GetGuildMember("guildId", "userId")
    if err != nil {
        panic(err)
    }
    fmt.Println(user.Username)
}

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages