# frozen_string_literal: true module Color DEFAULT = "#95a5a6" DISCORD = "#36393f" ERROR = "#a41e1f" end