pluGET/src/utilities.py

10 lines
324 B
Python
Raw Normal View History

# 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!")