updated output for updaterooms command with no argument

This commit is contained in:
alpcentaur 2024-01-23 18:10:38 +01:00
parent 0cc5177c8a
commit f57aac8c4e

View file

@ -689,7 +689,7 @@ if __name__ == '__main__':
if room_to_update == 'all':
answer = 'I am updating all rooms based on the data in fdb-spider/spiders/output..'
if room_was_found == False or room_to_update == 'NONE':
answer = 'The room you specified does not exist, or there are no rooms configured, try the command without argument -> updaterooms'
answer = 'The room you specified does not exist, or there are no rooms configured, try printcommands or contact the administrator'
if room_was_found == True and room_to_update != 'NONE':
answer = "I am updating the specified room based on the data in fdb-spider/spiders/output.."