deleted space
This commit is contained in:
parent
538f46718c
commit
3ef6df23f1
@ -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(' ')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user