diff --git a/src/docs.ts b/src/docs.ts
new file mode 100644
index 0000000..7986b27
--- /dev/null
+++ b/src/docs.ts
@@ -0,0 +1,43 @@
+import { DISCORD_CDN_BASE } from "./config";
+import * as fs from "fs";
+
+
+export const ADD_TO_DOCS = (msg: msg_meta, won: bracket_result) => {
+ let addition_indicator: string = ``;
+ let split_str: string = ` - **`;
+ let result: string;
+
+ switch (won) {
+ case "NO_DATA":
+ case "TIE":
+ result = won;
+ break;
+ default:
+ result = `
`
+ break;
+ };
+
+ let docstring_to_add: string = `
+
+