printVersionInfo

Prints out the bot banner with the version number and GitHub URL, with the passed colouring.

@safe
void
printVersionInfo
(
const bool colours = true
)

Parameters

colours bool

Whether or not to tint output, default true.

Examples

printVersionInfo(colours: true);