Skip to content

Commit 51fbe87

Browse files
committed
Fix bug, bump version
1 parent 2f63295 commit 51fbe87

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p style=text-align:center;"><img src="images/dennis.png" width="100%" alt="Dennis Nedry from Jurassic Park"></p>
44
5-
Nedry discord bot 2.4.0
5+
Nedry discord bot 2.4.1
66
=======================
77
88
(formerly "twitch_monitor_discord_bot")

nedry/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
__author__ = "Erik Nyquist"
55
__license__ = "Apache 2.0"
6-
__version__ = "2.4.0"
6+
__version__ = "2.4.1"
77
__maintainer__ = "Erik Nyquist"
88
__email__ = "[email protected]"
99

nedry/__main__.py

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def main():
5151
else:
5252
b.config.enabled_plugins = [x.plugin_name for x in builtin_plugin_modules]
5353
b.save_to_file()
54+
b.stop()
5455
print("Created default config file '%s', please add required parameters" %
5556
DEFAULT_CONFIG_FILE)
5657
return

0 commit comments

Comments
 (0)