A library for build discord bots with Ruby. (Under creation)
For first, create a variable that rapresents the bot:
require "star"
bot = star.bot.new("token")
require "star"
bot = star.bot.new("token")
bot.send("channel id", "message content")
require "star"
bot = star.bot.new("token")
bot.getMessage("channel id", "message id")
require "star"
bot = star.bot.new("token")
bot.deleteMessage("channel id", "message id")