1.0.1 ā€¢ Published 3 years ago

botlista-wrappers v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

Welcome to botlista-wrapper šŸ‘‹

Version Documentation Maintenance License: MIT

A botlista.pl api wrapper

šŸ  Homepage

Install

npm i botlista-wrappers

Demo

/* Creating a API variable */
const API = require("botlista-wrappers");
/* Getting a bot from ID */
const bot = await API.getBot("Bot ID");
/* Getting a short description */
const shortDesc = await bot.shortDesc
/* Output */
console.log(shortDesc);

Author

šŸ‘¤ Aleks1123

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

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

šŸ“ License

Copyright Ā© 2020 Aleks1123.

This project is MIT licensed.


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