From f85f1fb2e4827022b1d443ad914cd47a87a142f0 Mon Sep 17 00:00:00 2001 From: Emily J Date: Wed, 14 Oct 2020 19:41:05 +1100 Subject: [PATCH] new stuff --- bot/util/prototypes.js | 1 + bot/util/schema.js | 1 + 2 files changed, 2 insertions(+) create mode 100644 bot/util/prototypes.js create mode 100644 bot/util/schema.js diff --git a/bot/util/prototypes.js b/bot/util/prototypes.js new file mode 100644 index 0000000..01beff3 --- /dev/null +++ b/bot/util/prototypes.js @@ -0,0 +1 @@ +// extended prototype stuff \ No newline at end of file diff --git a/bot/util/schema.js b/bot/util/schema.js new file mode 100644 index 0000000..6117743 --- /dev/null +++ b/bot/util/schema.js @@ -0,0 +1 @@ +// postgres schemas so i can remember them \ No newline at end of file