From 21339a4f886f507bbea616d7c17023dd5880aac7 Mon Sep 17 00:00:00 2001 From: lnkr Date: Mon, 18 Apr 2022 03:10:41 +0300 Subject: [PATCH] move script files to folder --- bannedusernames.txt => modbot/bannedusernames.txt | 0 bannedwords.txt => modbot/bannedwords.txt | 0 helpers.py => modbot/helpers.py | 0 modbot.py => modbot/modbot.py | 0 settings.py => modbot/settings.py | 0 xmltodict.py => modbot/xmltodict.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename bannedusernames.txt => modbot/bannedusernames.txt (100%) rename bannedwords.txt => modbot/bannedwords.txt (100%) rename helpers.py => modbot/helpers.py (100%) rename modbot.py => modbot/modbot.py (100%) rename settings.py => modbot/settings.py (100%) rename xmltodict.py => modbot/xmltodict.py (100%) diff --git a/bannedusernames.txt b/modbot/bannedusernames.txt similarity index 100% rename from bannedusernames.txt rename to modbot/bannedusernames.txt diff --git a/bannedwords.txt b/modbot/bannedwords.txt similarity index 100% rename from bannedwords.txt rename to modbot/bannedwords.txt diff --git a/helpers.py b/modbot/helpers.py similarity index 100% rename from helpers.py rename to modbot/helpers.py diff --git a/modbot.py b/modbot/modbot.py similarity index 100% rename from modbot.py rename to modbot/modbot.py diff --git a/settings.py b/modbot/settings.py similarity index 100% rename from settings.py rename to modbot/settings.py diff --git a/xmltodict.py b/modbot/xmltodict.py similarity index 100% rename from xmltodict.py rename to modbot/xmltodict.py