Replace 'run' with 'functions' for best practice

This commit is contained in:
Lucas Noki 2020-08-02 23:52:14 +02:00
parent d03fe99af0
commit 51e208bd8c

View File

@ -16,7 +16,7 @@ modules = {
"hacker": hacker.functions,
"helloworld": helloworld.functions,
"install": install.functions,
"swap": swap.run,
"swap": swap.functions,
"update": update.functions,
"teamspeak": teamspeak.functions,
"vim": vim.functions,