printVersionInfo

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

@safe
void
printVersionInfo
(
const Flag!"colours" colours = Yes.colours
)

Parameters

colours Flag!"colours"

Whether or not to tint output, default yes.

Examples

printVersionInfo(Yes.colours);