diff --git a/plugins/bot_commands/bot_commands.py b/plugins/bot_commands/bot_commands.py
index 06d93e4e..c93aeea1 100644
--- a/plugins/bot_commands/bot_commands.py
+++ b/plugins/bot_commands/bot_commands.py
@@ -28,7 +28,7 @@ class Plugin(PluginBase):
!reboot/!restart: Completely stops the bot and restarts it.
\
!about: Displays the bots about screen.
\
!spam_test: Spams 10 test messages in the channel. This is an admin-only command.
"
- plugin_version = "1.8.0"
+ plugin_version = "1.8.1"
priv_path = "bot_commands/bot_commands_privileges.csv"
def __init__(self):
diff --git a/plugins/help/help.py b/plugins/help/help.py
index aa63ba88..c23f036e 100644
--- a/plugins/help/help.py
+++ b/plugins/help/help.py
@@ -15,7 +15,7 @@ class Plugin(PluginBase):
!images_help/!img_help: Displays the images plugin help screen.
\
!randomizer_help: Displays the randomizer plugin help screen.
\
!uptime_help Displays the uptime plugin help screen.
"
- plugin_version = "1.8.0"
+ plugin_version = "1.8.1"
priv_path = "help/help_privileges.csv"
bot_plugins = {}
diff --git a/plugins/images/images.py b/plugins/images/images.py
index d5ca3119..d8694f94 100644
--- a/plugins/images/images.py
+++ b/plugins/images/images.py
@@ -18,7 +18,7 @@ class Plugin(PluginBase):
!post 'image_url': Posts the image from the url in the channel chat.
\
!img 'image_name': Posts locally hosted images in the channel chat. The image must be a jpg.
\
!imglist: Lists all locally hosted images."
- plugin_version = "1.8.0"
+ plugin_version = "1.8.1"
priv_path = "images/images_privileges.csv"
def __init__(self):
diff --git a/plugins/sound_board/sound_board.py b/plugins/sound_board/sound_board.py
index b7a7e233..f59f4d84 100644
--- a/plugins/sound_board/sound_board.py
+++ b/plugins/sound_board/sound_board.py
@@ -22,7 +22,7 @@ class Plugin(PluginBase):
!sbstop/!sbs: Stops the currently playing sound board track.
\
!sbdownload 'youtube_url' 'file_name': Downloads a sound clip from a youtube link and adds it to the sound board.
\
!sbdelete 'file_name.wav': Deletes a clip from the sound board storage. Be sure to specify the .wav extension."
- plugin_version = "1.8.0"
+ plugin_version = "1.8.1"
priv_path = "sound_board/sound_board_privileges.csv"
exit_flag = False
diff --git a/plugins/youtube/youtube.py b/plugins/youtube/youtube.py
index c063b444..3e7d0f12 100644
--- a/plugins/youtube/youtube.py
+++ b/plugins/youtube/youtube.py
@@ -26,7 +26,7 @@ class Plugin(PluginBase):
!queue/!q: Displays the youtube queue.
\
!song: Shows currently playing track.
\
!clear: Clears the current youtube queue.
"
- plugin_version = "1.8.0"
+ plugin_version = "1.8.1"
priv_path = "youtube/youtube_privileges.csv"
ydl_opts = {