9 lines
		
	
	
		
			No EOL
		
	
	
		
			232 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			No EOL
		
	
	
		
			232 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
if Config.Command then
 | 
						|
    lib.addCommand(Config.Command, {
 | 
						|
        help = 'Open Weather Menu',
 | 
						|
        params = {},
 | 
						|
        restricted = 'group.admin'
 | 
						|
    }, function(source, args, raw)
 | 
						|
        openMenu(source)
 | 
						|
    end)
 | 
						|
end |