startup and config changes #12

Merged
alex_orid merged 5 commits from startup-changes into master 2021-01-20 04:49:30 +00:00
Showing only changes of commit 3ef6df23f1 - Show all commits

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