# misc functions from consoleoutput import oColors def getHelp(): print(oColors.brightYellow+ "Need help?" + oColors.standardWhite) print("Check the docs here:") print("https://github.com/Neocky/pluGET") print("Or go to the official discord.") print("The link for discord can also be found on Github!")