Project

dbiorb

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
A Ruby library for the Discord Bio (https://discord.bio) API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 2.0.0
~> 2.1.0
 Project Readme

dbiorb

A ruby library for Discord.bio.

Gem Gem

What is this for?

I mean, why not.

Usage

Put this near the top of your ruby bot:

require 'dbio'

dbio = DBio.new

Now, when you need to run a method, run dbio.method.

Example for getting a user named "Chew"'s description.

bot.command(:profile) do |event, arg|
  event.respond "#{arg}'s description is #{dbio.user(arg).description}"
end

Documentation

Stuck? Know Ruby? Check out the documentation.

But ruby sucks

NO U