Disbloxia | A Roblox Wrapper for Discord Bots

Now, I am still a not-very-well scripter, and this is a simple module I made in my freetime
this is my first time posting in this category, so if you have any suggestions, feel free to comment
INTRODUCING
Disbloxia: A Roblox wrapper for discord bots, made in 1 day
RELEASE 1.0.0
client obj and :sendMessage and :sendEmbed command
Example of how to use

local disbloxia = require(game.ReplicatedStorage.Shared.Disbloxia.Main)

local client = disbloxia.client()

client:login('APPLICATIONID', 'TOKEN')

For now, ApplicationId Does nothing, so you can put anything if you want

Get this at GitHub - binihui134/Disbloxia, the src code should be easy to read
I should also say that your bot will never be online since roblox http requests can’t do websocket stuff

2 Likes

Nice, however it doesn’t have much use since like you mentioned roblox lacks support for websockets and I also believe that discord has roblox servers blocked because of webhooks and stuff.