Merge branch 'master' of https://github.com/L0rd0fB0red0m/chat-bot
This commit is contained in:
commit
6a907fb4aa
2
main.py
2
main.py
@ -349,9 +349,7 @@ class ChatBot():
|
|||||||
"math" : "mathmemes"
|
"math" : "mathmemes"
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(params) == 0:
|
|
||||||
number = 1
|
number = 1
|
||||||
else:
|
|
||||||
params_sorted = self.match_reddit_params(params)
|
params_sorted = self.match_reddit_params(params)
|
||||||
if params_sorted != None:
|
if params_sorted != None:
|
||||||
if len(params_sorted) >= 1:
|
if len(params_sorted) >= 1:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user