Installation
Install the gem directly:Gemfile:
A community-maintained Ruby gem for the Top.gg API. Post bot stats, retrieve bot listings, and query Top.gg user data from your Ruby application.
gem install topgg
Gemfile:
gem 'topgg'
bundle install
require 'topgg'
Was this page helpful?