# shellcheck shell=sh

param_type    discord     url           "=~"   "https?://.+"
param_type    discord     text          "=~"   ".+"
param_type    discord     title         "=~"   ".+" 
param_type    discord     number        "=~"   "[-0-9,]+" 
param_type    discord     file_path     "=~"   "^\/.+"
param_type    discord     username      "=~"   ".+"
param_type    discord     author_name   "=~"   ".+"
param_type    discord     description   "=~"   ".+"
