guess who forgot to add files
diff --git a/src/commands/mod/_meta.ts b/src/commands/mod/_meta.ts
new file mode 100644
index 0000000..c2a76a9
--- /dev/null
+++ b/src/commands/mod/_meta.ts
@@ -0,0 +1,4 @@
+const name = "mod";
+const description = "Perform moderator actions";
+
+export { name, description };
\ No newline at end of file