Skip to content

A library for build discord bots with Ruby. (Under creation)

Notifications You must be signed in to change notification settings

BlackdestinyXX/Star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

🔭 Star

A library for build discord bots with Ruby. (Under creation)

Create a bot

For first, create a variable that rapresents the bot:

require "star"

bot = star.bot.new("token")

Send, Delete and Get messages:

Send a message

require "star"

bot = star.bot.new("token")

bot.send("channel id", "message content")

Get a message

require "star"

bot = star.bot.new("token")

bot.getMessage("channel id", "message id")

Delete a message

require "star"

bot = star.bot.new("token")

bot.deleteMessage("channel id", "message id")

About

A library for build discord bots with Ruby. (Under creation)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages