From 8acdd23aca14c9f1159c793b08492cc9ce42f575 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Mon, 15 Mar 2021 23:40:08 +0100 Subject: [PATCH] Update example with parameters you can use --- commands/.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/.example b/commands/.example index 7a30081..5c40e97 100644 --- a/commands/.example +++ b/commands/.example @@ -1,7 +1,7 @@ module.exports = { - name: 'example name', + name: 'example name', // Keep it to one word description: 'example description', - execute({message}) { + execute({message}) { //parameters you can use for netload: message, args, client, prefix //code } }; \ No newline at end of file