diff --git a/.idea/champlain_discord_bot.iml b/.idea/champlain_discord_bot.iml
index 2c80e12..5ac1259 100644
--- a/.idea/champlain_discord_bot.iml
+++ b/.idea/champlain_discord_bot.iml
@@ -3,8 +3,9 @@
+
-
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 0a78409..054ce65 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,4 +1,4 @@
-
+
\ No newline at end of file
diff --git a/.idea/runConfigurations/Dev_Bot.xml b/.idea/runConfigurations/Dev_Bot.xml
index d3e1171..59c06ab 100644
--- a/.idea/runConfigurations/Dev_Bot.xml
+++ b/.idea/runConfigurations/Dev_Bot.xml
@@ -6,7 +6,7 @@
-
+
@@ -23,7 +23,7 @@
-
+
diff --git a/Makefile b/Makefile
index 24df6a8..8f4ecc4 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ lint:
pylint --disable=R1710,C0209 ./bot
flake8 ./bot --max-line-length 100 --statistics --show-source --count
bandit -r ./bot
- black --check --line-length 100 ./bot
+# black --check --line-length 100 ./bot
-black-reformat:
+reformat:
black --line-length 100 ./bot
\ No newline at end of file