From 72c35fa86495b33cfc27bc3a222db971bf736670 Mon Sep 17 00:00:00 2001 From: = Date: Tue, 13 Jul 2021 21:20:17 -0400 Subject: [PATCH] forgot to include functions --- commands/pasta.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/pasta.js b/commands/pasta.js index 65ce3d3..7d8dfe3 100644 --- a/commands/pasta.js +++ b/commands/pasta.js @@ -1,3 +1,5 @@ +const functions = require('../functions.js'); + module.exports = { name: 'pasta', description: 'Send a copypasta.',