botlista-wrappers
v1.0.1
Published
A botlista.pl api wrapper
Downloads
2
Maintainers
Readme
Welcome to botlista-wrapper 👋
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
- Website: aleks.ovh
- Github: @Aleks-1123
🤝 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