diff --git a/plugins/source.py b/plugins/source.py index 67a0e5d..70cc5f3 100644 --- a/plugins/source.py +++ b/plugins/source.py @@ -7,4 +7,4 @@ def source(inp): if inp == "pull": os.system("git pull") return "updating..." - return "my source code: https://git.xeserv.us/xena/h2 + return "my source code: https://git.xeserv.us/xena/h2"