Skip to content

RainzDev/ChillBot.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChillBot.py

An API wrapper for ChillBot's API.

ChillBot.py

Installation

pip install -U ChillBot.py

Quick Example

Here's an example where you can get the user top 10 music data

import asyncio
from ChillBot import Music

async def main():
    data = await Music.get_top_ten("123") # Replace 123 with Discord user ID
    print(data)

asyncio.run(main())

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages