A Slack bot that lets you access the `figlet` banner generation tool via a slash command
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Gemfile 116B

123456789
  1. # frozen_string_literal: true
  2. ruby '2.4.1'
  3. source "https://rubygems.org"
  4. gem "figlet"
  5. gem "sinatra"
  6. gem "dotenv"