From 971ad386256f49adb7fe19b3fca59d83a1ecf56f Mon Sep 17 00:00:00 2001 From: = Date: Sat, 31 Jul 2021 18:33:35 -0400 Subject: [PATCH] Add functions by default --- commands/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/template b/commands/template index 225e811..5896e8e 100644 --- a/commands/template +++ b/commands/template @@ -1,3 +1,5 @@ +const fn = require('../functions.js'); + module.exports = { name: '', description: '',