From 18829b9afdd8716beaff1a6be49937cf306c1063 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Sun, 14 Feb 2021 18:57:01 +0100 Subject: [PATCH] added example command file --- commands/.example | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 commands/.example diff --git a/commands/.example b/commands/.example new file mode 100644 index 0000000..5151bd1 --- /dev/null +++ b/commands/.example @@ -0,0 +1,7 @@ +module.exports = { + name: 'example name', + description: 'example description', + execute(message) { + //code + } +}; \ No newline at end of file