deleted space
This commit is contained in:
parent
538f46718c
commit
3ef6df23f1
@ -86,7 +86,7 @@ class Twitch_Module():
|
|||||||
try:
|
try:
|
||||||
#first_space_idx = message.text.index(' ')
|
#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.
|
# it cant find the substring.
|
||||||
if message.text.find(" ") != -1:
|
if message.text.find(" ") != -1:
|
||||||
first_space_idx = message.text.index(' ')
|
first_space_idx = message.text.index(' ')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user