diff --git a/twitch_script.py b/twitch_script.py index ee39c98..3f75df5 100644 --- a/twitch_script.py +++ b/twitch_script.py @@ -86,7 +86,7 @@ class Twitch_Module(): try: #first_space_idx = message.text.index(' ') - # This fixes a error where if you send a command without arguments it fails because + # This fixes a error where if you send a command without arguments it fails because # it cant find the substring. if message.text.find(" ") != -1: first_space_idx = message.text.index(' ')