From d2da664c8c88cb5436be16614e13b0819f1a8238 Mon Sep 17 00:00:00 2001 From: projectmoon Date: Wed, 2 Jun 2021 15:19:58 +0000 Subject: [PATCH] Move license, readme, and dockerfile to new repo root. --- dicebot/Dockerfile => Dockerfile | 0 dicebot/LICENSE => LICENSE | 0 dicebot/README.md => README.md | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename dicebot/Dockerfile => Dockerfile (100%) rename dicebot/LICENSE => LICENSE (100%) rename dicebot/README.md => README.md (100%) diff --git a/dicebot/Dockerfile b/Dockerfile similarity index 100% rename from dicebot/Dockerfile rename to Dockerfile diff --git a/dicebot/LICENSE b/LICENSE similarity index 100% rename from dicebot/LICENSE rename to LICENSE diff --git a/dicebot/README.md b/README.md similarity index 100% rename from dicebot/README.md rename to README.md