Explore roblox API with a discord bot?

I’m trying to build a Discord bot which can be used to get information about the Roblox API, for example:

!class BasePart
Shows link to page and properties etc in embed

!api BasePart.AssemblyMass
Shows link to page and type etc

Any resources of APIs for me to do this with, or bots that already accomplish this?

I dont know about a specific API but the Roblox documentation website has a pretty consistent format that you could scrape into some kind of file that you can refer to and add your own info / notes.

1 Like