Sha256: f8b0b6f9e450c7a7d1ed06bd63144424b9f81b647e49a546fef7a0376b15aa29
Contents?: true
Size: 474 Bytes
Versions: 15
Compression:
Stored size: 474 Bytes
Contents
# description: Show information of discorb. puts " disco\e[31mrb\e[m - A new Discord API wrapper in Ruby. \n\n" informations = { "GitHub" => "https://github.com/discorb-lib/discorb", "Documentation" => "https://discorb-lib.github.io", "RubyGems" => "https://rubygems.org/gems/discorb", "Changelog" => "https://discorb-lib.github.io/file.Changelog.html", "License" => "MIT License", } informations.each do |key, value| puts "\e[90m#{key}:\e[m #{value}" end
Version data entries
15 entries across 15 versions & 1 rubygems