From 232f7110efd1907721442b141893b44a748964b3 Mon Sep 17 00:00:00 2001 From: Cristina Cochior Date: Wed, 13 Jan 2021 14:42:03 +0100 Subject: [PATCH] put all bots in specific folders --- gather.py => GlossBot/gather.py | 0 greet.py => GreetBot/greet.py | 0 spark.py => SparkBot/spark.py | 0 transit.py => TransitBot/transit.py | 0 whisper.py => WhisperBot/whisper.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename gather.py => GlossBot/gather.py (100%) rename greet.py => GreetBot/greet.py (100%) rename spark.py => SparkBot/spark.py (100%) rename transit.py => TransitBot/transit.py (100%) rename whisper.py => WhisperBot/whisper.py (100%) diff --git a/gather.py b/GlossBot/gather.py similarity index 100% rename from gather.py rename to GlossBot/gather.py diff --git a/greet.py b/GreetBot/greet.py similarity index 100% rename from greet.py rename to GreetBot/greet.py diff --git a/spark.py b/SparkBot/spark.py similarity index 100% rename from spark.py rename to SparkBot/spark.py diff --git a/transit.py b/TransitBot/transit.py similarity index 100% rename from transit.py rename to TransitBot/transit.py diff --git a/whisper.py b/WhisperBot/whisper.py similarity index 100% rename from whisper.py rename to WhisperBot/whisper.py