Skip to content

RKProgram/rblx.bo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

rblx.bo

roblox chat bot api

example code

local rblxbo = loadstring(game:HttpGet("https://raw.githubusercontent.com/RKProgram/rblx.bo/main/main.lua"))()

local client = rblxbo:CreateClient("!")

client:CreateCommand("monkey", function(ctx)
	local author = ctx.author
	client:Send(author.Name.." executed the command "..client.Prefix.."monkey")
end)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages