summaryrefslogtreecommitdiff
path: root/src/commands/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/index.ts')
-rw-r--r--src/commands/index.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commands/index.ts b/src/commands/index.ts
index 56a879c..79ea03a 100644
--- a/src/commands/index.ts
+++ b/src/commands/index.ts
@@ -1,3 +1,4 @@
+import { loveCalculator } from './loveCalculator';
import {ping} from './ping';
-export const commands = [ping];
+export const commands = [ping, loveCalculator];