From 4d043f3d994cda145a86b4051b165f06b2114e2e Mon Sep 17 00:00:00 2001 From: mahirmolai27 <69717367+mahirmolai27@users.noreply.github.com> Date: Sun, 8 May 2022 03:35:34 +0500 Subject: [PATCH] Create bot.api.json --- domains/bot.api.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/bot.api.json diff --git a/domains/bot.api.json b/domains/bot.api.json new file mode 100644 index 000000000..7606515f6 --- /dev/null +++ b/domains/bot.api.json @@ -0,0 +1,11 @@ +{ + "description": "Official Is A Dev bot API", + "repo": "https://github.com/mtgsquad/is-a-dev-bot", + "owner": { + "username": "Mahir", + "email": "mahir@molai.dev" + }, + "record": { + "CNAME": "is-a-dev-bot-production.up.railway.app" + } +}