1.0.0 ā€¢ Published 3 years ago

botlista-wrapper-ts v1.0.0

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

Official botlista api wrapper written in TypeScript

Install

npm install botlista-wrapper-ts

Usage

/* Adding variable */
const Botlista = require("botlista-wrapper-ts");
/* Getting bot */
const BOT = await Botlista.GetBot(BotID: Snowflake);
/* Log bot info */
console.log(BOT)

Author

šŸ‘¤ xMuffionex

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2021 xMuffionex. This project is ISC licensed.


This README was generated with ā¤ļø by readme-md-generator