Skip to content
This repository was archived by the owner on Aug 6, 2023. It is now read-only.

Version 0.4.1

Choose a tag to compare

@bclindner bclindner released this 15 Dec 05:14

Added a command to generate IASIP title cards (with that library I wrote as a bit earlier).

To use this new command, you'll want to get a copy of the Textile font in .ttf format (do some Googling) and add something like this to your bot config:

{
  "name": "IASIP",
  "type": "iasip",
  "options": {
    "trigger": "^!iasip (.*)$",
    "fontpath": "textile.ttf",
    "quality": 100
  }
}

Given you want the command to be !iasip and the font is placed in the same folder as the bot, under textile.ttf.