deleted space

This commit is contained in:
Alex Orid 2021-01-18 10:03:26 -05:00
parent 538f46718c
commit 3ef6df23f1

View File

@ -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(' ')