give unique command name
This commit is contained in:
parent
a10e4c32cb
commit
799f8d7dd0
|
@ -60,7 +60,7 @@ def mempool(bot, trigger):
|
||||||
bot.say("Something borked o_O")
|
bot.say("Something borked o_O")
|
||||||
|
|
||||||
@sopel.module.commands('lastblock')
|
@sopel.module.commands('lastblock')
|
||||||
def mempool(bot, trigger):
|
def lastblock(bot, trigger):
|
||||||
try:
|
try:
|
||||||
r=requests.get(lastblock)
|
r=requests.get(lastblock)
|
||||||
j=r.json()
|
j=r.json()
|
||||||
|
|
Loading…
Reference in New Issue