Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Chew/dbiorb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A ruby implementation of the discord.bio API library

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Languages