mirror of
https://github.com/Neocky/pluGET.git
synced 2024-04-29 16:12:30 +00:00
10 lines
324 B
Python
10 lines
324 B
Python
|
# 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!")
|