We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402e0b4 commit ec44de7Copy full SHA for ec44de7
spaceparking.py
@@ -11,7 +11,7 @@ def parking(bot, trigger):
11
if (parkingcode == ""):
12
bot.say("No parking code is currently set")
13
else:
14
- bot.say('Parking code is currently ' + parkingcode)
+ bot.say('Parking code is currently ' + parkingcode + ' - last modified: ' + time.ctime(os.path.getmtime('parkingcodefile')))
15
16
@willie.module.commands('setparking')
17
@willie.module.example('.setparking','setparking')
0 commit comments