Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Apis , Emebeds , Discord bot errors , overall better #11

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

scoobyluvs
Copy link

Details

- Config was added

config = { 
    "token": "token",
    "prefix": ".",
}

To interact with the config use config['item']

- Removed dead apis stated below

https://www.roblox.com/users/inventory/list-json?assetTypeId=34&cursor=&itemsPerPage=100&pageNumber=1&userId=952399632

( not dead , just doesn't work in the way you use it. )

https://api.roblox.com/currency/balance

- Added api stated below

https://www.roblox.com/mobileapi/userinfo

- Emed changes

Remove the code block , add use fields
Instead of a image , uses thumbnails

- Lib changes
instead of requests , use aiohttp so it more async

also reformated your whole code , snice just putting it into one func just is bad pratice speically with discord bots

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant