pedantry
This commit is contained in:
parent
a5a9e25643
commit
82f6dc4e07
|
@ -19,7 +19,7 @@ def rickrollProtector(inp):
|
||||||
|
|
||||||
@hook.regex("[kK]-[lL]ine")
|
@hook.regex("[kK]-[lL]ine")
|
||||||
def kline(inp):
|
def kline(inp):
|
||||||
return "http://i.imgur.com/FQjQgyB.jpg"
|
return "https://i.imgur.com/FQjQgyB.jpg"
|
||||||
|
|
||||||
@hook.command
|
@hook.command
|
||||||
def botsnack(inp):
|
def botsnack(inp):
|
||||||
|
|
Loading…
Reference in New Issue